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

os-shim

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

os-shim - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name": "os-shim",
"version": "0.1.1",
"version": "0.1.2",
"description": "Native OS module API shim for older node.js versions",

@@ -5,0 +5,0 @@ "homepage": "http://github.com/adesisnetlife/node-os-shim",

@@ -1,2 +0,2 @@

# Node OS shim [![Build Status](https://secure.travis-ci.org/AdesisNetlife/node-os-shim.png?branch=master)](http://travis-ci.org/AdesisNetlife/node-os-shim)
# Node OS shim [![Build Status](https://secure.travis-ci.org/AdesisNetlife/node-os-shim.png?branch=master)][travis] [![NPM version](https://badge.fury.io/js/os-shim.png)][badge]

@@ -97,1 +97,3 @@ > Native OS module API shim for older node.js versions

[2]: https://github.com/joyent/node/blob/master/lib/os.js
[travis]: http://travis-ci.org/AdesisNetlife/node-os-shim
[badge]: http://badge.fury.io/js/os-shim

@@ -9,3 +9,3 @@ var expect = require('expect.js')

var tmpDir = process.env[tmpVar]
var isNode10 = (/0\.10\./).test("0.10.3")
var isNode10 = (/0\.10\./).test(process.versions.node)

@@ -12,0 +12,0 @@ var shimAPI = [ 'tmpdir', 'endianness', 'platform', 'arch', 'EOL' ]

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