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.3 to 0.1.4

4

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

@@ -13,3 +13,3 @@ "directories": {

"devDependencies": {
"tap": "^1.2.0"
"tap": "^8.0.1"
},

@@ -16,0 +16,0 @@ "scripts": {

@@ -5,9 +5,9 @@ // only run this test on windows

// child processes, and all that stuff is cached.
var tap = require('tap')
if (process.platform === 'win32') {
console.log('TAP Version 13\n' +
'1..0\n' +
'# Skip unix tests, this is not unix\n')
return
tap.plan(0, 'Skip unix tests, this is not unix')
process.exit(0)
}
var tap = require('tap')

@@ -14,0 +14,0 @@ // like unix, but funny

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