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

@contrast/code-events

Package Overview
Dependencies
Maintainers
9
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@contrast/code-events - npm Package Compare versions

Comparing version 2.0.2 to 2.1.0

prebuilds/darwin-x64+arm64/@contrast+code-events.node

16

package.json
{
"name": "@contrast/code-events",
"version": "2.0.2",
"version": "2.1.0",
"description": "Listen for v8 CodeEvents and make them available to JavaScript",
"main": "index.js",
"types": "index.d.ts",
"repository": "https://github.com/contrast-security-oss/node-code-events",
"repository": "",
"author": "Contrast Security, Inc.",

@@ -25,4 +25,4 @@ "license": "MIT",

"prebuild": "npm run clean",
"build": "prebuildify -t 14.15.0 -t 16.9.1 -t 18.7.0 -t 20.6.0 --strip",
"build:linux": "prebuildify-cross -i centos7-devtoolset7 -i alpine -i linux-arm64 -t 14.15.0 -t 16.9.1 -t 18.7.0 -t 20.6.0 --strip",
"build": "prebuildify -t 16.9.1 -t 18.7.0 -t 20.6.0 --strip",
"build:linux": "prebuildify-cross -i centos7-devtoolset7 -i alpine -i linux-arm64 -t 16.9.1 -t 18.7.0 -t 20.6.0 --strip",
"build:darwin": "npm run build -- --arch x64+arm64",

@@ -37,6 +37,6 @@ "build:win32": "npm run build",

"engines": {
"node": ">=14.15"
"node": ">=16.9.1"
},
"dependencies": {
"node-gyp-build": "^4.6.0"
"node-gyp-build": "^4.8.1"
},

@@ -55,4 +55,4 @@ "devDependencies": {

"node-addon-api": "^7.1.0",
"node-gyp": "^9.4.1",
"prebuildify": "^5.0.1",
"node-gyp": "^10.1.0",
"prebuildify": "^6.0.1",
"prebuildify-cross": "^5.0.0",

@@ -59,0 +59,0 @@ "rimraf": "^5.0.1",

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