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

contextify

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contextify - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

8

lib/contextify.js
try {
module.exports = require('../build/default/contextify').wrap;
module.exports = require('../build/Release/contextify').wrap;
} catch (e) {
module.exports = require('../build/Release/contextify').wrap;
console.log("Internal Contextify ERROR: Make sure Contextify is built " +
"with your current Node version.\nTo rebuild, go to the " +
"Contextify root folder and run 'node-waf distclean && " +
"node-waf configure build'.");
throw e;
}

@@ -9,3 +9,3 @@ {

],
"version": "0.0.4",
"version": "0.0.5",
"repository": {

@@ -12,0 +12,0 @@ "type" : "git",

Sorry, the diff of this file is not supported yet

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