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

@bytecodealliance/jco

Package Overview
Dependencies
Maintainers
0
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bytecodealliance/jco - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

8

package.json
{
"name": "@bytecodealliance/jco",
"version": "1.7.0",
"version": "1.7.1",
"description": "JavaScript tooling for working with WebAssembly Components",

@@ -29,3 +29,3 @@ "author": "Guy Bedford",

"@bytecodealliance/preview2-shim": "^0.17.0",
"binaryen": "^119.0.0",
"binaryen": "^120.0.0",
"chalk-template": "^1",

@@ -66,4 +66,4 @@ "commander": "^12",

"lint": "eslint -c eslintrc.cjs src/**/*.js packages/*/lib/**/*.js",
"test:lts": "mocha -u tdd test/test.js --timeout 60000",
"test": "node --stack-trace-limit=100 node_modules/mocha/bin/mocha.js -u tdd test/test.js --timeout 60000",
"test:lts": "mocha -u tdd test/test.js --timeout 120000",
"test": "node --stack-trace-limit=100 node_modules/mocha/bin/mocha.js -u tdd test/test.js --timeout 120000",
"prepublishOnly": "cargo xtask build release && npm run test"

@@ -70,0 +70,0 @@ },

@@ -14,3 +14,3 @@ #!/usr/bin/env node

.usage('<command> [options]')
.version('1.7.0');
.version('1.7.1');

@@ -17,0 +17,0 @@ function myParseInt(value) {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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