Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

epfl-exceptions

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

epfl-exceptions - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.gitattributes

12

package.json
{
"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;
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc