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

@protontech/pass-rust-core

Package Overview
Dependencies
Maintainers
0
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@protontech/pass-rust-core - npm Package Compare versions

Comparing version 0.10.0 to 0.11.0

2

package.json
{
"name": "@protontech/pass-rust-core",
"version": "0.10.0",
"version": "0.11.0",
"workspaces": [

@@ -5,0 +5,0 @@ "password",

{
"name": "password",
"version": "0.10.0",
"version": "0.11.0",
"files": [

@@ -5,0 +5,0 @@ "proton_pass_web_bg.wasm",

{
"name": "ui",
"version": "0.10.0",
"version": "0.11.0",
"files": [

@@ -5,0 +5,0 @@ "proton_pass_web_bg.wasm",

{
"name": "worker",
"version": "0.10.0",
"version": "0.11.0",
"files": [

@@ -5,0 +5,0 @@ "proton_pass_web_bg.wasm",

@@ -602,2 +602,7 @@ let wasm;

export function __wbindgen_error_new(arg0, arg1) {
const ret = new Error(getStringFromWasm0(arg0, arg1));
return addHeapObject(ret);
};
export function __wbindgen_as_number(arg0) {

@@ -608,7 +613,2 @@ const ret = +getObject(arg0);

export function __wbindgen_error_new(arg0, arg1) {
const ret = new Error(getStringFromWasm0(arg0, arg1));
return addHeapObject(ret);
};
export function __wbg_queueMicrotask_848aa4969108a57e(arg0) {

@@ -893,3 +893,3 @@ const ret = getObject(arg0).queueMicrotask;

export function __wbindgen_closure_wrapper475(arg0, arg1, arg2) {
export function __wbindgen_closure_wrapper472(arg0, arg1, arg2) {
const ret = makeMutClosure(arg0, arg1, 89, __wbg_adapter_44);

@@ -896,0 +896,0 @@ return addHeapObject(ret);

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

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