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

@tldraw/primitives

Package Overview
Dependencies
Maintainers
4
Versions
461
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tldraw/primitives - npm Package Compare versions

Comparing version 0.1.0-alpha.8 to 0.1.0-alpha.9

1

dist/cjs/lib/freehand/index.js

@@ -21,3 +21,4 @@ "use strict";

__reExport(freehand_exports, require("./getStrokePoints"), module.exports);
__reExport(freehand_exports, require("./setStrokePointRadii"), module.exports);
__reExport(freehand_exports, require("./types"), module.exports);
//# sourceMappingURL=index.js.map
export * from "./getStroke";
export * from "./getStrokeOutlinePoints";
export * from "./getStrokePoints";
export * from "./setStrokePointRadii";
export * from "./types";
//# sourceMappingURL=index.js.map

@@ -873,2 +873,5 @@ import { Box2dModel } from '@tldraw/tlschema';

/** @public */
export declare function setStrokePointRadii(strokePoints: StrokePoint[], options: StrokeOptions): StrokePoint[];
/**

@@ -875,0 +878,0 @@ * Get the short angle distance between two angles.

4

package.json

@@ -5,3 +5,3 @@ {

"description": "A tiny little drawing app (primitives).",
"version": "0.1.0-alpha.8",
"version": "0.1.0-alpha.9",
"author": "tldraw GB Ltd.",

@@ -32,3 +32,3 @@ "homepage": "https://tldraw.dev",

"dependencies": {
"@tldraw/tlschema": "0.1.0-alpha.8"
"@tldraw/tlschema": "0.1.0-alpha.9"
},

@@ -35,0 +35,0 @@ "devDependencies": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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