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.31-nightly-20241008.1 to 1.7.35-nightly-20241010.1

2

package.json

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

"description": "wasm module for swc",
"version": "1.7.31-nightly-20241008.1",
"version": "1.7.35-nightly-20241010.1",
"license": "Apache-2.0",

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

@@ -464,2 +464,7 @@

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

@@ -520,27 +525,2 @@ const v = getObject(arg0);

module.exports.__wbg_next_f9cb570345655b9a = function() { return handleError(function (arg0) {
const ret = getObject(arg0).next();
return addHeapObject(ret);
}, arguments) };
module.exports.__wbg_done_bfda7aa8f252b39f = function(arg0) {
const ret = getObject(arg0).done;
return ret;
};
module.exports.__wbg_value_6d39332ab4788d86 = function(arg0) {
const ret = getObject(arg0).value;
return addHeapObject(ret);
};
module.exports.__wbindgen_error_new = function(arg0, arg1) {
const ret = new Error(getStringFromWasm0(arg0, arg1));
return addHeapObject(ret);
};
module.exports.__wbindgen_is_null = function(arg0) {
const ret = getObject(arg0) === null;
return ret;
};
module.exports.__wbg_new_b85e72ed1bfd57f9 = function(arg0, arg1) {

@@ -565,6 +545,2 @@ try {

module.exports.__wbg_set_f975102236d3c502 = function(arg0, arg1, arg2) {
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
};
module.exports.__wbg_call_89af060b4e1523f2 = function() { return handleError(function (arg0, arg1, arg2) {

@@ -575,2 +551,26 @@ const ret = getObject(arg0).call(getObject(arg1), getObject(arg2));

module.exports.__wbindgen_is_null = function(arg0) {
const ret = getObject(arg0) === null;
return ret;
};
module.exports.__wbg_next_f9cb570345655b9a = function() { return handleError(function (arg0) {
const ret = getObject(arg0).next();
return addHeapObject(ret);
}, arguments) };
module.exports.__wbg_done_bfda7aa8f252b39f = function(arg0) {
const ret = getObject(arg0).done;
return ret;
};
module.exports.__wbg_value_6d39332ab4788d86 = function(arg0) {
const ret = getObject(arg0).value;
return addHeapObject(ret);
};
module.exports.__wbg_set_f975102236d3c502 = function(arg0, arg1, arg2) {
getObject(arg0)[takeObject(arg1)] = takeObject(arg2);
};
module.exports.__wbg_new_abda76e883ba8a5f = function() {

@@ -753,2 +753,6 @@ const ret = new Error();

module.exports.__wbindgen_throw = function(arg0, arg1) {
throw new Error(getStringFromWasm0(arg0, arg1));
};
module.exports.__wbindgen_debug_string = function(arg0, arg1) {

@@ -762,6 +766,2 @@ const ret = debugString(getObject(arg1));

module.exports.__wbindgen_throw = function(arg0, arg1) {
throw new Error(getStringFromWasm0(arg0, arg1));
};
module.exports.__wbg_queueMicrotask_48421b3cc9052b68 = function(arg0) {

@@ -796,4 +796,4 @@ const ret = getObject(arg0).queueMicrotask;

module.exports.__wbindgen_closure_wrapper16741 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 986, __wbg_adapter_50);
module.exports.__wbindgen_closure_wrapper16896 = function(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 988, __wbg_adapter_50);
return addHeapObject(ret);

@@ -800,0 +800,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