Comparing version 0.1.13 to 0.1.14
@@ -8,3 +8,3 @@ { | ||
"description": "WebNative Filesystem API (WebAssembly)", | ||
"version": "0.1.13", | ||
"version": "0.1.14", | ||
"license": "Apache-2.0", | ||
@@ -11,0 +11,0 @@ "repository": { |
@@ -163,2 +163,12 @@ /* tslint:disable */ | ||
/** | ||
* Gets the metadata of the directory | ||
* @returns {any} | ||
*/ | ||
metadata(): any; | ||
/** | ||
* Converts directory to a node. | ||
* @returns {PrivateNode} | ||
*/ | ||
asNode(): PrivateNode; | ||
/** | ||
* Gets a unique id for node. | ||
@@ -200,2 +210,7 @@ * @returns {string} | ||
/** | ||
* Gets the metadata of this file. | ||
* @returns {any} | ||
*/ | ||
metadata(): any; | ||
/** | ||
* Gets a unique id for node. | ||
@@ -449,2 +464,3 @@ * @returns {string} | ||
readonly privateforest_get: (a: number, b: number, c: number, d: number, e: number, f: number, g: number) => void; | ||
readonly __wbg_foreignblockstore_free: (a: number) => void; | ||
readonly __wbg_publicdirectory_free: (a: number) => void; | ||
@@ -467,7 +483,2 @@ readonly publicdirectory_new: (a: number) => number; | ||
readonly publicdirectory_getId: (a: number, b: number) => void; | ||
readonly __wbg_privatefile_free: (a: number) => void; | ||
readonly privatefile_new: (a: number, b: number, c: number, d: number) => void; | ||
readonly privatefile_withContent: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => void; | ||
readonly privatefile_getContent: (a: number, b: number, c: number, d: number) => void; | ||
readonly privatefile_getId: (a: number, b: number) => void; | ||
readonly __wbg_privatenode_free: (a: number) => void; | ||
@@ -496,3 +507,2 @@ readonly privatenode_asDir: (a: number, b: number) => void; | ||
readonly namefilter_new: () => number; | ||
readonly __wbg_foreignblockstore_free: (a: number) => void; | ||
readonly __wbg_privatedirectory_free: (a: number) => void; | ||
@@ -510,11 +520,19 @@ readonly privatedirectory_new: (a: number, b: number, c: number, d: number) => void; | ||
readonly privatedirectory_mkdir: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => void; | ||
readonly privatedirectory_metadata: (a: number, b: number) => void; | ||
readonly privatedirectory_asNode: (a: number) => number; | ||
readonly privatedirectory_getId: (a: number, b: number) => void; | ||
readonly __wbg_privatefile_free: (a: number) => void; | ||
readonly privatefile_new: (a: number, b: number, c: number, d: number) => void; | ||
readonly privatefile_withContent: (a: number, b: number, c: number, d: number, e: number, f: number, g: number, h: number) => void; | ||
readonly privatefile_getContent: (a: number, b: number, c: number, d: number) => void; | ||
readonly privatefile_metadata: (a: number, b: number) => void; | ||
readonly privatefile_getId: (a: number, b: number) => void; | ||
readonly __wbindgen_malloc: (a: number) => number; | ||
readonly __wbindgen_realloc: (a: number, b: number, c: number) => number; | ||
readonly __wbindgen_export_2: WebAssembly.Table; | ||
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h545c4d5c7a65a013: (a: number, b: number, c: number) => void; | ||
readonly _dyn_core__ops__function__FnMut__A____Output___R_as_wasm_bindgen__closure__WasmClosure___describe__invoke__h40d5889872b0fe32: (a: number, b: number, c: number) => void; | ||
readonly __wbindgen_add_to_stack_pointer: (a: number) => number; | ||
readonly __wbindgen_free: (a: number, b: number) => void; | ||
readonly __wbindgen_exn_store: (a: number) => void; | ||
readonly wasm_bindgen__convert__closures__invoke2_mut__h90dfee06aada2a94: (a: number, b: number, c: number, d: number) => void; | ||
readonly wasm_bindgen__convert__closures__invoke2_mut__h2445a878fa467344: (a: number, b: number, c: number, d: number) => void; | ||
} | ||
@@ -521,0 +539,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
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
870391
2362
1