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

@speedy-js/speedy-types

Package Overview
Dependencies
Maintainers
9
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@speedy-js/speedy-types - npm Package Compare versions

Comparing version 0.14.1-alpha.3 to 0.14.1-alpha.4

4

lib/module-graph.d.ts

@@ -48,2 +48,4 @@ import type { ImportKind as EsbuildImportKind } from '@speedy-js/esbuild';

scope: keyof typeof ModuleScope;
/** 获取 importer */
getImported(): Map<string, Module>;
/** 设置代码类型 */

@@ -103,2 +105,4 @@ setModuleKind(kind: string): void;

getEntryModules(): Module[];
/** 获取模块 Ids */
getModuleIds(): Map<string, Module>;
/** 由 id 获取模块 */

@@ -105,0 +109,0 @@ getModuleById(id: string): Module | undefined;

2

package.json
{
"name": "@speedy-js/speedy-types",
"version": "0.14.1-alpha.3",
"version": "0.14.1-alpha.4",
"description": "",

@@ -5,0 +5,0 @@ "source": "src/index.ts",

Sorry, the diff of this file is too big to display

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