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.1.0 to 0.1.1

bindings.gyp

10

lib/contextify.js

@@ -1,10 +0,2 @@

try {
var ContextifyContext = require('../build/Release/contextify').ContextifyContext;
} catch (e) {
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;
}
var ContextifyContext = require('bindings')('contextify').ContextifyContext;

@@ -11,0 +3,0 @@ module.exports = function Contextify (sandbox) {

{
"name": "contextify",
"version": "0.1.0",
"version": "0.1.1",
"description": "Turn an object into a persistent execution context.",

@@ -27,2 +27,5 @@ "author": "Brian McDaniel <brianmcd05@gmail.com>",

],
"dependencies": {
"bindings" : "*"
},
"devDependencies": {

@@ -29,0 +32,0 @@ "nodeunit" : ">=0.5.x"

@@ -5,2 +5,4 @@ # Contextify

NOTE: This module will not install from npm on Windows. See https://github.com/brianmcd/contextify/issues/10 for more info.
## Examples

@@ -7,0 +9,0 @@ ```javascript

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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