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

osenv

Package Overview
Dependencies
Maintainers
4
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

osenv - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

14

package.json
{
"name": "osenv",
"version": "0.1.4",
"version": "0.1.5",
"main": "osenv.js",

@@ -13,6 +13,9 @@ "directories": {

"devDependencies": {
"tap": "^8.0.1"
"tap": "^11.1.0"
},
"scripts": {
"test": "tap test/*.js"
"test": "tap test/*.js",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
},

@@ -31,3 +34,6 @@ "repository": "https://github.com/npm/osenv",

"license": "ISC",
"description": "Look up environment settings specific to different operating systems"
"description": "Look up environment settings specific to different operating systems",
"files": [
"osenv.js"
]
}
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