Socket
Socket
Sign inDemoInstall

ref-napi

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ref-napi - npm Package Compare versions

Comparing version 1.4.3 to 1.5.2

prebuilds/darwin-x64/electron.napi.node

3

lib/ref.js

@@ -6,4 +6,5 @@ 'use strict';

const os = require('os');
const path = require('path');
exports = module.exports = require('bindings')('binding');
exports = module.exports = require('node-gyp-build')(path.join(__dirname, '..'));

@@ -10,0 +11,0 @@ exports.endianness = os.endianness();

@@ -24,3 +24,3 @@ {

],
"version": "1.4.3",
"version": "1.5.2",
"license": "MIT",

@@ -35,8 +35,11 @@ "author": "Anna Henningsen <anna@addaleax.net>",

"docs": "node docs/compile",
"test": "nyc mocha -gc"
"test": "nyc mocha -gc",
"install": "node-gyp-build",
"prebuild": "prebuildify --napi",
"prepack": "prebuildify-ci download && ([ $(ls prebuilds | wc -l) = '4' ] || (echo 'Some prebuilds are missing'; exit 1))"
},
"dependencies": {
"bindings": "^1.3.0",
"debug": "^3.1.0",
"node-addon-api": "^2.0.0"
"node-addon-api": "^2.0.0",
"node-gyp-build": "^4.2.1"
},

@@ -49,5 +52,7 @@ "devDependencies": {

"mocha": "^5.0.0",
"nyc": "^12.0.1",
"nyc": "^15.0.0",
"prebuildify": "^3.0.4",
"prebuildify-ci": "^1.0.5",
"weak-napi": "1"
}
}

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