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.1 to 0.1.2

.travis.yml

4

osenv.js
var isWindows = process.platform === 'win32'
var path = require('path')
var exec = require('child_process').exec
var os = require('os')
var osTmpdir = require('os-tmpdir')

@@ -49,3 +49,3 @@ // looking up envs is a bit costly.

memo('tmpdir', function () {
return os.tmpDir()
return osTmpdir()
})

@@ -52,0 +52,0 @@

{
"name": "osenv",
"version": "0.1.1",
"version": "0.1.2",
"main": "osenv.js",

@@ -8,5 +8,7 @@ "directories": {

},
"dependencies": {},
"dependencies": {
"os-tmpdir": "^1.0.0"
},
"devDependencies": {
"tap": "~0.4.9"
"tap": "^1.2.0"
},

@@ -13,0 +15,0 @@ "scripts": {

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

if (process.platform !== 'win32') {
console.log('TAP Version 13\n' +
'1..0\n' +
'# Skip windows tests, this is not windows\n')
console.log('TAP version 13\n' +
'1..0 # Skip windows tests, this is not windows\n')
return

@@ -11,0 +10,0 @@ }

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