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

cld-light

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cld-light - npm Package Compare versions

Comparing version 2.4.5 to 2.4.6

4

package.json
{
"name": "cld-light",
"version": "2.4.5",
"version": "2.4.6",
"description": "A lightweight version of node-cld (100MB smaller on install)",

@@ -8,3 +8,3 @@ "main": "index.js",

"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "cd node_modules/cld/ && rm -r ./deps/ && find ./build -type f | grep -v 'cld.node' | xargs -I{} rm {}"
"postinstall": "cd $(node -e \"console.log(require('path').dirname(require.resolve('cld')))\") && rm -r ./deps/ && find ./build -type f | grep -v 'cld.node' | xargs -I{} rm {}"
},

@@ -11,0 +11,0 @@ "repository": {

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