New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

boajs

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

boajs - npm Package Compare versions

Comparing version 1.2.6 to 1.2.7

tools/remove-unused.js

3

package.json
{
"name": "boajs",
"version": "1.2.6",
"version": "1.2.7",
"description": "Use Python modules seamlessly in Node.js",

@@ -22,2 +22,3 @@ "main": "lib/index.js",

"build": "npm run compile",
"postbuild": "node tools/remove-unused.js",
"codecov": "nyc report --reporter=lcovonly && codecov",

@@ -24,0 +25,0 @@ "htmlcov": "nyc report --reporter=html",

@@ -55,4 +55,1 @@ #!/usr/bin/env node

utils.installPythonPackages();
// clean pkgs
run('rm', '-rf', `${installDir}/pkgs`);
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