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

cf-errors

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cf-errors - npm Package Compare versions

Comparing version 0.1.6 to 0.1.7

2

package.json
{
"name": "cf-errors",
"version": "0.1.6",
"version": "0.1.7",
"description": "Extensible error library",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

@@ -23,3 +23,3 @@ cf-errors

<a name="constructor" />
##Creating an error
###Creating an error
```javascript

@@ -30,3 +30,3 @@ var CFError = require('cf-errors');

###Extending the error
####Extending the error
```javascript

@@ -33,0 +33,0 @@ var error = new CFError({field: "value", message: `error message`});

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