Linux unitednationsplay.com 3.10.0-1160.45.1.el7.x86_64 #1 SMP Wed Oct 13 17:20:51 UTC 2021 x86_64
nginx/1.20.1
Server IP : 188.130.139.92 & Your IP : 18.227.209.41
Domains :
Cant Read [ /etc/named.conf ]
User : web
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
www /
unp_probe /
node_modules /
stackframe /
Delete
Unzip
Name
Size
Permission
Date
Action
dist
[ DIR ]
drwxr-xr-x
2021-02-04 21:24
.jscsrc
800
B
-rw-r--r--
2016-02-08 06:45
.jshintrc
921
B
-rw-r--r--
2015-12-30 18:08
.npmignore
90
B
-rw-r--r--
2015-01-16 21:19
CHANGELOG.md
862
B
-rw-r--r--
2016-01-06 05:47
CONTRIBUTING.md
1.2
KB
-rw-r--r--
2015-08-08 21:12
LICENSE
1.05
KB
-rw-r--r--
2017-04-15 17:25
README.md
2.42
KB
-rw-r--r--
2017-04-30 01:24
bower.json
742
B
-rw-r--r--
2017-04-30 02:01
component.json
345
B
-rw-r--r--
2016-01-06 05:25
gulpfile.js
1.77
KB
-rw-r--r--
2016-04-02 02:42
karma.conf.ci.js
4.65
KB
-rw-r--r--
2017-05-07 22:10
karma.conf.js
549
B
-rw-r--r--
2016-01-06 05:47
package.json
2.4
KB
-rw-r--r--
2021-02-04 21:24
stackframe-tests.ts
1.42
KB
-rw-r--r--
2016-04-02 02:40
stackframe.d.ts
1.53
KB
-rw-r--r--
2016-04-02 02:35
stackframe.js
3.78
KB
-rw-r--r--
2017-08-12 17:14
Save
Rename
## v1.0.x StackFrame v1.0 is out! Major features: * `eval`, native, and global code can now be represented. * `evalOrigin` represents location of code within an eval'd String or Function * BREAKING CHANGE: `new StackFrame(obj)` is now constructed with an Object parameter. For example: ```js var stackFrame = new StackFrame({ functionName: 'funName', args: ['args'], fileName: 'http://localhost:3000/file.js', lineNumber: 1, columnNumber: 3288, isEval: true, isNative: false, source: 'ORIGINAL_STACK_LINE' }); ``` ## v0.3.x * Add source (original stack line) to StackFrame definition ## v0.2.2 * Add name to AMD definition * Better docs ## v0.2.1 * Add minified/source-mapped distribution ## v0.2.0 * Add .toString() method compatible with stacktrace.js ## v0.1.1 * Clean up npm package ## v0.1.0 * Draft implementation