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

per-env

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

per-env - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

7

package.json
{
"name": "per-env",
"version": "1.0.1",
"version": "1.0.2",
"description": "Clean up your package.json with per-NODE_ENV npm scripts",

@@ -9,3 +9,6 @@ "bin": {

"scripts": {
"test": "./bin/per-env && NODE_ENV=test ./bin/per-env",
"test": "NODE_ENV=development ./bin/per-env && NODE_ENV=test ./bin/per-env",
"posttest": "NODE_ENV=test npm run test:status",
"test:status": "./bin/per-env",
"test:status:test": "cat does.not.exist &> /dev/null && exit 1 || echo Status: $?",
"pretest:development": "echo ${npm_lifecycle_event} ${CUSTOM_VALUE}",

@@ -12,0 +15,0 @@ "test:development": "echo ${npm_lifecycle_event} ${CUSTOM_VALUE}",

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