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

@pipcook/boa

Package Overview
Dependencies
Maintainers
6
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pipcook/boa - npm Package Compare versions

Comparing version 1.0.6-beta.4 to 1.0.6

tests/es-module-loaders/py/test-esm-loader-dynamic-imports.mjs

4

package.json
{
"name": "@pipcook/boa",
"version": "1.0.6-beta.4",
"version": "1.0.6",
"description": "Use Python modules seamlessly in Node.js",

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

},
"gitHead": "39c40ca32eddaa2e3dce83c75fdec975e24a8753"
"gitHead": "e9f52f648d1f82d2c4f26059abbbc11450af1d5d"
}

@@ -33,3 +33,3 @@ /* eslint-disable no-process-exit */

const options = { encoding: 'utf8', stdio: 'inherit' };
const args = ['--no-warnings', FLAG, PATH_ESM_LOADER];
const args = ['--no-warnings', '--unhandled-rejections=strict', FLAG, PATH_ESM_LOADER];
// See https://github.com/nodejs/node/pull/31974

@@ -60,1 +60,3 @@ if (process.version < 'v14.0.0') {

test('javascript custom', t => check(t, './js/test-esm-loader-custom.mjs'));
test('dynamic imports', t => check(t, './py/test-esm-loader-dynamic-imports.mjs'));
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