New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@idraw/types

Package Overview
Dependencies
Maintainers
2
Versions
124
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@idraw/types - npm Package Compare versions

Comparing version 0.4.0-beta.3 to 0.4.0-beta.4

2

package.json
{
"name": "@idraw/types",
"version": "0.4.0-beta.3",
"version": "0.4.0-beta.4",
"description": "",

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

@@ -15,2 +15,6 @@ import type { ElementType, Element, ElementAssets } from './element';

export interface LoadItemMap {
[assetId: string]: LoadItem;
}
export interface LoaderEvent extends LoadItem {

@@ -17,0 +21,0 @@ countTime: number;

import type { ViewScaleInfo, ViewCalculator, ViewSizeInfo } from './view';
import type { Element, ElementSize, ElementAssets } from './element';
import type { LoaderEventMap, LoadElementType, LoadContent } from './loader';
import type { LoaderEventMap, LoadElementType, LoadContent, LoadItemMap } from './loader';
import type { UtilEventEmitter } from './util';

@@ -26,2 +26,4 @@ import type { StoreSharer } from './store';

getContent(element: Element<LoadElementType>): LoadContent | null;
getLoadItemMap(): LoadItemMap;
setLoadItemMap(itemMap: LoadItemMap): void;
}

@@ -28,0 +30,0 @@

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