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

9

bin/postinstall.js

@@ -7,12 +7,5 @@ var path = require('path');

deleteDepSources(function(err) {
deleteBuildFiles(function(err) {
});
deleteBuildFiles(function(err) {
});
function deleteDepSources(cb) {
var dirPath = path.resolve(__dirname, '..', 'deps');
rimraf(dirPath, cb);
}
function deleteBuildFiles(cb) {

@@ -19,0 +12,0 @@ var pattern = path.resolve(__dirname, '..', 'build', '**', '*');

2

package.json

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

],
"version": "2.4.3",
"version": "2.4.4",
"main": "./index",

@@ -14,0 +14,0 @@ "dependencies": {

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