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-alpha.7 to 0.4.0-beta.0

2

package.json
{
"name": "@idraw/types",
"version": "0.4.0-alpha.7",
"version": "0.4.0-beta.0",
"description": "",

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

import type { CoreOptions } from './core';
export type IDrawOptions = CoreOptions;
export type IDrawOptions = CoreOptions & {
disableScroll?: boolean;
disableSelect?: boolean;
disableScale?: boolean;
disableRuler?: boolean;
disableTextEdit?: boolean;
};
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