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

@biscuit-auth/biscuit-wasm-support

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@biscuit-auth/biscuit-wasm-support - npm Package Compare versions

Comparing version 0.2.3 to 0.3.0

14

biscuit.js

@@ -1,2 +0,2 @@

import * as __wbg_star0 from './snippets/biscuit-auth-8c59d769b0d67ace/inline0.js';
import * as __wbg_star0 from './snippets/biscuit-auth-b773cd24c9a9b143/inline0.js';

@@ -219,9 +219,5 @@ let wasm;

};
imports.wbg.__wbg_log_7cd78735d8a14a72 = function(arg0, arg1) {
imports.wbg.__wbg_log_835c4e18c0c4dcc1 = function(arg0, arg1) {
console.log(getStringFromWasm0(arg0, arg1));
};
imports.wbg.__wbindgen_string_new = function(arg0, arg1) {
var ret = getStringFromWasm0(arg0, arg1);
return addHeapObject(ret);
};
imports.wbg.__wbg_new_693216e109162396 = function() {

@@ -248,2 +244,6 @@ var ret = new Error();

};
imports.wbg.__wbindgen_string_new = function(arg0, arg1) {
var ret = getStringFromWasm0(arg0, arg1);
return addHeapObject(ret);
};
imports.wbg.__wbg_debug_f6147a62af5fb117 = function(arg0, arg1, arg2, arg3) {

@@ -273,3 +273,3 @@ console.debug(getObject(arg0), getObject(arg1), getObject(arg2), getObject(arg3));

};
imports['./snippets/biscuit-auth-8c59d769b0d67ace/inline0.js'] = __wbg_star0;
imports['./snippets/biscuit-auth-b773cd24c9a9b143/inline0.js'] = __wbg_star0;

@@ -276,0 +276,0 @@ if (typeof input === 'string' || (typeof Request === 'function' && input instanceof Request) || (typeof URL === 'function' && input instanceof URL)) {

@@ -6,4 +6,8 @@ {

],
"version": "0.2.3",
"version": "0.3.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/biscuit-auth/biscuit-component-wasm"
},
"files": [

@@ -10,0 +14,0 @@ "biscuit_bg.wasm",

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