New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

arpxjs

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

arpxjs - npm Package Compare versions

Comparing version 0.0.3 to 0.0.5

39

package.json
{
"name": "arpxjs",
"version": "0.0.3",
"version": "0.0.5",
"description": "",
"main": "lib/index.js",
"directories": {
"lib": "./lib"
"main": "bin/index.node",
"repository": {
"type": "git",
"url": "git+https://github.com/jaredgorski/arpxjs.git"
},
"files": [
"lib/**",
"lib",
"native/index.node"
],
"dependencies": {
"neon-cli": "^0.3.3"
"node-pre-gyp": "^0.13.0"
},
"devDependencies": {
"neon-cli": "^0.3.3",
"shelljs": "^0.8.3"
},
"engines": {
"node": ">=8.0.0"
},
"os": [
"darwin",
"linux"
],
"cpu": [
"x64"
],
"scripts": {
"build": "neon build --release"
"build": "neon build --release",
"clean": "neon clean"
},
"author": "Jared Gorski",
"license": "MIT"
"license": "MIT",
"binary": {
"module_name": "index",
"module_path": "./bin-package",
"host": "https://github.com/jaredgorski/arpxjs/releases/download/",
"package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}-{libc}.tar.gz",
"remote_path": "{version}"
}
}

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