Socket
Socket
Sign inDemoInstall

own-or-env

Package Overview
Dependencies
1
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

.nyc_output/32db02f5e3431356ccae882ea609b823.json

15

package.json
{
"name": "own-or-env",
"version": "1.0.0",
"version": "1.0.1",
"description": "Use an objects own property, or an environment variable. Optionally treat as a boolean if the env should be set to 1 or 0.",
"main": "own-or-env.js",
"scripts": {
"test": "node test.js"
"test": "tap test.js --100",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
},

@@ -18,3 +21,9 @@ "repository": {

},
"homepage": "https://github.com/isaacs/own-or-env#readme"
"homepage": "https://github.com/isaacs/own-or-env#readme",
"dependencies": {
"own-or": "^1.0.0"
},
"devDependencies": {
"tap": "^11.1.0"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc