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

v8-debug

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

v8-debug - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

appveyor.yml

17

package.json
{
"name": "v8-debug",
"version": "0.3.0",
"version": "0.3.1",
"description": "v8 debugger extending API",
"homepage": "http://github.com/node-inspector/v8-debug",
"author": "3y3 Ghoti <3y3@bk.ru>",
"repository": {
"type": "git",
"url": "git://github.com/node-inspector/v8-debug.git"
},
"license": {

@@ -11,2 +15,9 @@ "name": "BSD",

},
"binary": {
"module_name" : "debug",
"module_path" : "./build/{module_name}/v{version}/{node_abi}-{platform}-{arch}/",
"remote_path" : "./{module_name}/v{version}/",
"package_name": "{node_abi}-{platform}-{arch}.tar.gz",
"host" : "https://node-inspector.s3.amazonaws.com/"
},
"keywords": [

@@ -21,5 +32,8 @@ "v8",

"dependencies": {
"node-pre-gyp": "0.5.x",
"nan": "~1.2.0"
},
"bundledDependencies":["node-pre-gyp"],
"devDependencies": {
"aws-sdk": "~2.0.0",
"mocha": "~1.20.1",

@@ -29,4 +43,5 @@ "chai": "~1.9.1"

"scripts": {
"install": "node-pre-gyp install --fallback-to-build",
"test": "mocha"
}
}

5

v8-debug.js

@@ -1,2 +0,5 @@

var binding = require('./build/Release/debug.node');
var binary = require('node-pre-gyp');
var path = require('path');
var binding_path = binary.find(path.resolve(path.join(__dirname,'./package.json')));
var binding = require(binding_path);
var EventEmitter = require('events').EventEmitter;

@@ -3,0 +6,0 @@ var inherits = require('util').inherits;

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