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

@tigerconnect/ref-napi

Package Overview
Dependencies
Maintainers
5
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tigerconnect/ref-napi - npm Package Compare versions

Comparing version 4.0.0-tc6 to 4.0.0-tc8

.github/workflows/build-and-test.yml

9

package.json

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

],
"version": "4.0.0-tc6",
"version": "4.0.0-tc8",
"license": "MIT",

@@ -44,4 +44,5 @@ "author": "Anna Henningsen <anna@addaleax.net>",

"test": "nyc mocha --expose-gc",
"install": "node-gyp rebuild",
"prepublishOnly": "node-gyp rebuild"
"install": "node-gyp-build",
"prebuild": "prebuildify --napi --tag-armv",
"prepack": "prebuildify-ci download && ([ $(ls prebuilds | wc -l) = '6' ] || (echo 'Some prebuilds are missing'; exit 1))"
},

@@ -61,2 +62,4 @@ "dependencies": {

"nyc": "^15.0.0",
"prebuildify": "^4.1.2",
"prebuildify-ci": "^1.0.5",
"pug": "^3.0.2",

@@ -63,0 +66,0 @@ "weak-napi": "^2.0.0"

@@ -6,5 +6,5 @@ ref-napi

* Include changes from [minggangw/ref-napi](https://github.com/minggangw/ref-napi) to fix stacktraces on node v16
* Provide prebuilds using Travis (Mac, Linux) and GitHub Actions (Windows)
* Add prebuild for OSX on Apple Silicon
* Bundle types along with `@types/node` dependency
* Remove several devDependencies that were also dependencies
* Sort dependencies

@@ -11,0 +11,0 @@ ### Turn Buffer instances into "pointers"

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