Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@tldraw/tlvalidate

Package Overview
Dependencies
Maintainers
4
Versions
319
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tldraw/tlvalidate - npm Package Compare versions

Comparing version 0.0.2-alpha.1 to 0.1.0-alpha.2

1

dist/cjs/lib/validation.js

@@ -80,2 +80,3 @@ "use strict";

}
name = "ValidationError";
}

@@ -82,0 +83,0 @@ function prefixError(path, fn) {

@@ -33,2 +33,3 @@ import { exhaustiveSwitchError, getOwnProperty, hasOwnProperty } from "@tldraw/utils";

}
name = "ValidationError";
}

@@ -35,0 +36,0 @@ function prefixError(path, fn) {

5

index.d.ts

@@ -85,3 +85,3 @@ /**

/**
* Fails if value <= 0
* Fails if value \<= 0
* @public

@@ -140,3 +140,3 @@ */

/**
* Fails if value < 0
* Fails if value \< 0
* @public

@@ -236,2 +236,3 @@ */

readonly path: ReadonlyArray<number | string>;
name: string;
constructor(rawMessage: string, path?: ReadonlyArray<number | string>);

@@ -238,0 +239,0 @@ }

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

"description": "A tiny little drawing app (validation).",
"version": "0.0.2-alpha.1",
"version": "0.1.0-alpha.2",
"author": "tldraw GB Ltd.",

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

"dist/**/*",
"src/**/*",
"index.d.ts"

@@ -33,3 +32,3 @@ ],

"dependencies": {
"@tldraw/utils": "0.0.2-alpha.1"
"@tldraw/utils": "0.1.0-alpha.2"
},

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

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