Comparing version 0.0.0 to 0.0.1-security
{ | ||
"name": "new-error", | ||
"version": "0.0.0", | ||
"description": "Create Error Objects With String Formatting", | ||
"version": "0.0.1-security", | ||
"description": "", | ||
"main": "index.js", | ||
"scripts": { | ||
"test": "fox" | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"dependencies": { | ||
"new-format": "*" | ||
}, | ||
"keywords": [ | ||
"error", | ||
"string", | ||
"formatting" | ||
], | ||
"repository": { | ||
"url": "git@github.com:azer\/new-error.git", | ||
"type": "git" | ||
"type": "git", | ||
"url": "git+https://github.com/npm/security-holder.git" | ||
}, | ||
"author": "Azer Ko\u00e7ulu <azer@kodfabrik.com>", | ||
"license": "BSD" | ||
} | ||
"keywords": [], | ||
"author": "", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/npm/security-holder/issues" | ||
}, | ||
"homepage": "https://github.com/npm/security-holder#readme" | ||
} |
@@ -1,20 +0,9 @@ | ||
## new-error | ||
# Security holding package | ||
Create Error Objects With String Formatting | ||
This package name is not currently in use, but was formerly occupied | ||
by a popular package. To avoid malicious use, npm is hanging on to | ||
the package name, but loosely, and we'll probably give it to you if | ||
you want it. | ||
```js | ||
newError = require('new-error') | ||
error = newError('There is no result for "{0}". Did you mean "{1}" ?', 'f00ar', 'foo bar') | ||
error.message | ||
// => There is no result for "f00ar". Did you mean "foo bar" ? | ||
// Objects also can be passed. | ||
new Error('Invalid e-mail "{email}" and username "{username}"', { email: 'foo@foo', username: '!!!11' }) | ||
``` | ||
## Install | ||
```bash | ||
$ npm install new-error | ||
``` | ||
You may adopt this package by contacting support@npmjs.com and | ||
requesting the name. |
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
Known malware
Supply chain riskThis package is malware. We have asked the package registry to remove it.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No tests
QualityPackage does not have any tests. This is a strong signal of a poorly maintained or low quality 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
Wildcard dependency
QualityPackage has a dependency with a floating version range. This can cause issues if the dependency publishes a new major version.
Found 1 instance in 1 package
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
Trivial Package
Supply chain riskPackages less than 10 lines of code are easily copied into your own project and may not warrant the additional supply chain risk of an external dependency.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
0
0
1
802
83
2
0
10
1
- Removednew-format@*
- Removednew-format@2.0.0(transitive)