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

cld

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cld - npm Package Compare versions

Comparing version 2.4.8 to 2.4.9

2

bin/postinstall.js

@@ -18,3 +18,3 @@ var path = require('path');

files = _.reject(files, function(val, key) {
return /cld\.node$/.test(val)
return /cld\.(node|pdb)$/.test(val)
});

@@ -21,0 +21,0 @@

@@ -11,3 +11,3 @@ {

],
"version": "2.4.8",
"version": "2.4.9",
"main": "./index",

@@ -43,5 +43,5 @@ "dependencies": {

"engines": {
"node": ">=0.10.0",
"node": ">=0.10.0 <= 10.0.0",
"iojs": ">=1.0.0"
}
}
# node-cld
[![Build Status](https://secure.travis-ci.org/dachev/node-cld.png)](http://travis-ci.org/#!/dachev/node-cld)
[![*NIX Build Status](https://secure.travis-ci.org/dachev/node-cld.png)](http://travis-ci.org/#!/dachev/node-cld)
[![Windows Build Status](https://ci.appveyor.com/api/projects/status/github/dachev/node-cld?svg=true&retina=true)](https://ci.appveyor.com/project/dachev/node-cld)
[![Dependencies](https://david-dm.org/dachev/node-cld.png)](https://david-dm.org/dachev/node-cld)

@@ -4,0 +5,0 @@ [![NPM version](https://badge.fury.io/js/cld.svg)](http://badge.fury.io/js/cld)

Sorry, the diff of this file is not supported yet

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