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

@idraw/core

Package Overview
Dependencies
Maintainers
1
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@idraw/core - npm Package Compare versions

Comparing version 0.2.0-y.0 to 0.3.0-alpha.0

dist/index.esm.js

20

dist/index.d.ts

@@ -17,3 +17,3 @@ import { TypeBoardSizeOptions } from '@idraw/types';

declare class Core {
export declare class Core {
private [_board];

@@ -25,6 +25,5 @@ private [_data];

private [_element];
private [_helper];
private [_mapper];
private [_coreEvent];
private [_tempData];
private [_engine];
static is: TypeIs;

@@ -69,9 +68,7 @@ static check: TypeCheck;

__getBoardContext(): TypeContext;
__getDisplayContext(): CanvasRenderingContext2D;
__getOriginContext(): CanvasRenderingContext2D;
__getDisplayContext2D(): CanvasRenderingContext2D;
__getOriginContext2D(): CanvasRenderingContext2D;
private [_emitChangeScreen];
private [_emitChangeData];
[_todo](): void;
}
export default Core;

@@ -90,6 +87,4 @@ declare const _coreEvent: unique symbol;

declare const _helper: unique symbol;
declare const _engine: unique symbol;
declare const _mapper: unique symbol;
declare const _opts: unique symbol;

@@ -101,4 +96,2 @@

declare const _todo: unique symbol;
declare type TypeCheck = {

@@ -142,2 +135,4 @@ attrs: (value: any) => boolean;

'changeScreen': TypeScreenData;
'drawFrameComplete': void;
'drawFrame': void;
};

@@ -171,4 +166,5 @@

fontFamily: (value: any) => boolean;
strokeWidth: (value: any) => boolean;
};
export { }

18

package.json
{
"name": "@idraw/core",
"version": "0.2.0-y.0",
"version": "0.3.0-alpha.0",
"description": "",
"main": "dist/index.cjs.js",
"module": "dist/index.es.js",
"module": "dist/index.esm.js",
"unpkg": "dist/index.global.js",

@@ -13,3 +13,6 @@ "types": "dist/index.d.ts",

"files": [
"dist"
"dist/*.ts",
"dist/*.js",
"esm/*.ts",
"esm/*.js"
],

@@ -27,7 +30,8 @@ "repository": {

"devDependencies": {
"@idraw/types": "^0.2.0-y.0"
"@idraw/types": "^0.3.0-alpha.0"
},
"dependencies": {
"@idraw/board": "^0.2.0-y.0",
"@idraw/util": "^0.2.0-y.0"
"@idraw/board": "^0.3.0-alpha.0",
"@idraw/renderer": "^0.3.0-alpha.0",
"@idraw/util": "^0.3.0-alpha.0"
},

@@ -37,3 +41,3 @@ "publishConfig": {

},
"gitHead": "0d2b64c879118697515c8b78783a0577a36d0104"
"gitHead": "62691af46d68136e79e8a4b94b9b5af5b3a2930e"
}

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

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