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

@swc/wasm

Package Overview
Dependencies
Maintainers
2
Versions
614
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swc/wasm - npm Package Compare versions

Comparing version 1.7.22 to 1.7.23-nightly-20240902.1

2

package.json

@@ -7,3 +7,3 @@ {

"description": "wasm module for swc",
"version": "1.7.22",
"version": "1.7.23-nightly-20240902.1",
"license": "Apache-2.0",

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

@@ -548,2 +548,7 @@

module.exports.__wbindgen_error_new = function(arg0, arg1) {
const ret = new Error(getStringFromWasm0(arg0, arg1));
return addHeapObject(ret);
};
module.exports.__wbg_new_b85e72ed1bfd57f9 = function(arg0, arg1) {

@@ -568,7 +573,2 @@ try {

module.exports.__wbindgen_error_new = function(arg0, arg1) {
const ret = new Error(getStringFromWasm0(arg0, arg1));
return addHeapObject(ret);
};
module.exports.__wbg_new_abda76e883ba8a5f = function() {

@@ -792,4 +792,4 @@ const ret = new Error();

module.exports.__wbindgen_closure_wrapper16710 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 985, __wbg_adapter_50);
module.exports.__wbindgen_closure_wrapper16662 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 986, __wbg_adapter_50);
return addHeapObject(ret);

@@ -796,0 +796,0 @@ };

Sorry, the diff of this file is not supported yet

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