@lcap/nasl-utils
Advanced tools
Comparing version 3.10.2-beta.8 to 3.10.2-beta.9
export type GetPromise<T> = T extends Promise<infer R> ? R : never; | ||
export type Writable<Input extends {}> = { | ||
-readonly [K in keyof Input]: Input[K]; | ||
}; | ||
//# sourceMappingURL=types.d.ts.map |
{ | ||
"name": "@lcap/nasl-utils", | ||
"description": "NetEase Application Specific Language", | ||
"version": "3.10.2-beta.8", | ||
"version": "3.10.2-beta.9", | ||
"author": "Forrest <rainforest92@126.com>", | ||
@@ -26,3 +26,3 @@ "main": "./out", | ||
"uuid": "8.3.2", | ||
"@lcap/nasl-types": "3.10.2-beta.8" | ||
"@lcap/nasl-types": "3.10.2-beta.9" | ||
}, | ||
@@ -29,0 +29,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
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
131389
2065
21
59
220
2
220
+ Added@lcap/nasl-types@3.10.2-beta.9(transitive)
- Removed@lcap/nasl-types@3.10.2-beta.8(transitive)