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

verify

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

verify - npm Package Compare versions

Comparing version 0.0.7 to 0.0.9

9

lib/check.js

@@ -20,2 +20,11 @@ var structr = require("structr"),

"then": function (fn) {
this._onError = fn;
this._onSuccess = fn;
return this;
}
/**
*/
"onError": function(fn) {

@@ -22,0 +31,0 @@ this._onError = fn;

4

package.json
{
"name": "verify",
"version": "0.0.7",
"version": "0.0.9",
"description": "```javascript",

@@ -29,2 +29,2 @@ "main": "./lib/index.js",

"license": "BSD"
}
}
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