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

@lcap/nasl-utils

Package Overview
Dependencies
Maintainers
0
Versions
222
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lcap/nasl-utils - npm Package Compare versions

Comparing version 3.10.2-beta.8 to 3.10.2-beta.9

3

out/types.d.ts
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

4

package.json
{
"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

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