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

@idraw/board

Package Overview
Dependencies
Maintainers
1
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@idraw/board - npm Package Compare versions

Comparing version 0.0.4-alpha.12 to 0.0.4-alpha.13

5

dist/index.d.ts

@@ -5,2 +5,3 @@ import { TypeBoardOptions } from '@idraw/types';

import { TypePoint } from '@idraw/types';
import { TypePointCursor } from '@idraw/types';
import { TypeScreenContext } from '@idraw/types';

@@ -50,3 +51,3 @@ import { TypeScreenPosition } from '@idraw/types';

};
setCursor(cursor: TypeCursor): void;
setCursor(cursor: TypePointCursor): void;
resetCursor(): void;

@@ -182,6 +183,4 @@ resetSize(opts: TypeBoardSizeOptions): void;

declare type TypeCursor = 'auto' | 'move' | 'n-resize' | 'e-resize' | 's-resize' | 'w-resize' | 'ne-resize' | 'nw-resize' | 'se-resize' | 'sw-resize' | 'grab';
declare const _watcher: unique symbol;
export { }

8

package.json
{
"name": "@idraw/board",
"version": "0.0.4-alpha.12",
"version": "0.0.4-alpha.13",
"description": "",

@@ -26,6 +26,6 @@ "main": "dist/index.cjs.js",

"devDependencies": {
"@idraw/types": "^0.0.4-alpha.12"
"@idraw/types": "^0.0.4-alpha.13"
},
"dependencies": {
"@idraw/util": "^0.0.4-alpha.12"
"@idraw/util": "^0.0.4-alpha.13"
},

@@ -35,3 +35,3 @@ "publishConfig": {

},
"gitHead": "fe7217556d69db50413433572b85deb6d69730b7"
"gitHead": "e040d8b63f157d64fb30398a7e4a6b625a5930af"
}
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