Comparing version 0.1.17 to 0.1.18
@@ -8,3 +8,3 @@ { | ||
"description": "WebNative Filesystem API (WebAssembly)", | ||
"version": "0.1.17", | ||
"version": "0.1.18", | ||
"license": "Apache-2.0", | ||
@@ -24,3 +24,5 @@ "repository": { | ||
"types": "wnfs_wasm.d.ts", | ||
"sideEffects": false, | ||
"sideEffects": [ | ||
"./snippets/*" | ||
], | ||
"keywords": [ | ||
@@ -27,0 +29,0 @@ "wnfs", |
@@ -30,3 +30,3 @@ /* tslint:disable */ | ||
*/ | ||
export function findShare(share_count: number, limit: number, recipient_exchange_key: Uint8Array, sharer_root_did: string, sharer_forest: PrivateForest, sharer_store: BlockStore): Promise<any>; | ||
export function findLatestShareCounter(share_count: number, limit: number, recipient_exchange_key: Uint8Array, sharer_root_did: string, sharer_forest: PrivateForest, sharer_store: BlockStore): Promise<any>; | ||
/** | ||
@@ -706,3 +706,3 @@ * @param {Namefilter} share_label | ||
readonly createShareLabel: (a: number, b: number, c: number, d: number, e: number) => number; | ||
readonly findShare: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => void; | ||
readonly findLatestShareCounter: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number, i: number) => void; | ||
readonly receiveShare: (a: number, b: number, c: number, d: number, e: number) => void; | ||
@@ -746,7 +746,7 @@ readonly __wbg_publicdirectory_free: (a: number) => void; | ||
readonly __wbindgen_export_2: WebAssembly.Table; | ||
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hf0d7b58d3de16709: (a: number, b: number, c: number) => void; | ||
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__hbea2ab693d8ff5a5: (a: number, b: number, c: number) => void; | ||
readonly __wbindgen_free: (a: number, b: number) => void; | ||
readonly __wbindgen_add_to_stack_pointer: (a: number) => number; | ||
readonly __wbindgen_exn_store: (a: number) => void; | ||
readonly wasm_bindgen__convert__closures__invoke2_mut__h4c38709ba4b3da8b: (a: number, b: number, c: number, d: number) => void; | ||
readonly wasm_bindgen__convert__closures__invoke2_mut__h347ac52c552d31cc: (a: number, b: number, c: number, d: number) => void; | ||
} | ||
@@ -753,0 +753,0 @@ |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
795376
5
2