epfl-exceptions
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "epfl-exceptions", | ||
"version": "0.0.1", | ||
"version": "0.0.2", | ||
"description": "epfl-exceptions", | ||
"main": "exceptions.js", | ||
"author": "nepa", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"author": "stefanonepa", | ||
"repository": { | ||
@@ -22,3 +19,6 @@ "type": "git", | ||
}, | ||
"homepage": "https://github.com/stefanonepa/epfl-exceptions#readme" | ||
"homepage": "https://github.com/stefanonepa/epfl-exceptions#readme", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
} | ||
} |
@@ -1,3 +0,10 @@ | ||
# epfl-exceptions | ||
# epfl-exceptions | ||
Contain Exceptions for epfl packages | ||
Contain Exceptions for epfl packages | ||
## Usage | ||
```js | ||
var exceptions = require('epfl-exceptions'); | ||
var ParameterException = exceptions.ParameterException; | ||
var ServerException = exceptions.ServerException; | ||
var ForbiddenException = exceptions.ForbiddenException; | ||
``` |
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
Mixed license
License(Experimental) Package contains multiple licenses.
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
6
11
0
8649
1