capture-stack-trace
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "capture-stack-trace", | ||
"version": "1.0.1", | ||
"description": "Error.captureStackTrace ponyfill", | ||
"license": "MIT", | ||
"repository": "floatdrop/capture-stack-trace", | ||
"author": { | ||
"name": "Vsevolod Strukchinsky", | ||
"email": "floatdrop@gmail.com", | ||
"url": "github.com/floatdrop" | ||
}, | ||
"engines": { | ||
"node": ">=0.10.0" | ||
}, | ||
"scripts": { | ||
"test": "mocha" | ||
}, | ||
"files": [ | ||
"index.js" | ||
], | ||
"keywords": [ | ||
"Error", | ||
"captureStackTrace" | ||
], | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"mocha": "*" | ||
} | ||
"name": "capture-stack-trace", | ||
"version": "1.0.2", | ||
"description": "Error.captureStackTrace ponyfill", | ||
"license": "MIT", | ||
"repository": "sindresorhus/capture-stack-trace", | ||
"funding": "https://github.com/sponsors/sindresorhus", | ||
"author": { | ||
"name": "Vsevolod Strukchinsky", | ||
"email": "floatdrop@gmail.com", | ||
"url": "https://github.com/floatdrop" | ||
}, | ||
"engines": { | ||
"node": ">=0.10.0" | ||
}, | ||
"scripts": { | ||
"test": "mocha" | ||
}, | ||
"files": [ | ||
"index.js" | ||
], | ||
"keywords": [ | ||
"error", | ||
"captureStackTrace" | ||
], | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"mocha": "*" | ||
} | ||
} |
@@ -1,2 +0,2 @@ | ||
# capture-stack-trace [![Build Status](https://travis-ci.org/floatdrop/capture-stack-trace.svg?branch=master)](https://travis-ci.org/floatdrop/capture-stack-trace) | ||
# capture-stack-trace | ||
@@ -33,5 +33,1 @@ > Ponyfill for Error.captureStackTrace | ||
Target Object, that will recieve stack property. | ||
## License | ||
MIT © [Vsevolod Strukchinsky](http://github.com/floatdrop) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
2500
33
1