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

@nodenv/nodenv

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@nodenv/nodenv - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

libexec/nodenv-realpath.dylib

26

package.json
{
"name": "@nodenv/nodenv",
"version": "1.3.1",
"version": "1.3.2",
"description": "Manage multiple NodeJS versions",

@@ -8,3 +8,3 @@ "homepage": "https://github.com/nodenv/nodenv#readme",

"contributors": [
"Jason Karns <jason@karns.name> (http://jason.karns.name)",
"Jason Karns <jason.karns@gmail.com> (http://jasonkarns.com)",
"Sam Stephenson <sstephenson@gmail.com> (http://sstephenson.us)",

@@ -33,14 +33,13 @@ "Will McKenzie <willmckenzie@oinutter.co.uk> (http://www.oinutter.co.uk)"

"scripts": {
"clean": "scripty",
"build": "src/configure && make -C src",
"install": "npm run build",
"clean": "src/configure && make -C src clean",
"preinstall": "npm run clean",
"postinstall": "npm run build",
"test": "bats ${CI:+--tap} test",
"test:with_native_ext": "scripty",
"test:without_native_ext": "scripty",
"preversion": "scripty",
"version": "scripty",
"version:sync": "scripty",
"postversion": "npm publish",
"prepublishOnly": "npm run publish:github",
"publish:github": "scripty"
"test:with_native_ext": "npm run build && npm test",
"test:without_native_ext": "npm run clean && npm test",
"preversion": "script/preversion",
"version": "script/sync-version",
"postversion": "git push --follow-tags",
"unmerged": "git for-each-ref refs/rbenv-tags --format='%(refname)' --merged"
},

@@ -50,5 +49,4 @@ "devDependencies": {

"bats-assert": "jasonkarns/bats-assert-1",
"bats-support": "jasonkarns/bats-support",
"scripty": "^2.0.0-0"
"bats-support": "jasonkarns/bats-support"
}
}

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