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

@tldraw/tlstore

Package Overview
Dependencies
Maintainers
4
Versions
328
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tldraw/tlstore - npm Package Compare versions

Comparing version 2.0.0-canary.6ec35e09e to 2.0.0-canary.7b9d08c7

.tsbuild/index.d.ts

8

CHANGELOG.md
# @tldraw/tlstore
## 2.0.0-alpha.9
### Patch Changes
- Release day!
- Updated dependencies
- @tldraw/utils@2.0.0-alpha.8
## 2.0.0-alpha.8

@@ -4,0 +12,0 @@

2

dist/cjs/lib/executeQuery.js

@@ -34,3 +34,3 @@ "use strict";

return false;
if ("gt" in matcher && typeof value === "number" && value <= matcher.gt)
if ("gt" in matcher && value <= matcher.gt)
return false;

@@ -37,0 +37,0 @@ }

@@ -272,2 +272,11 @@ "use strict";

/**
* Get the value of a store record by its id without updating its epoch.
*
* @param id - The id of the record to get.
* @public
*/
unsafeGetWithoutCapture = (id) => {
return this.atoms.value[id]?.__unsafe__getWithoutCapture();
};
/**
* Opposite of `deserialize`. Creates a JSON payload from the record store.

@@ -274,0 +283,0 @@ *

{
"name": "@tldraw/tlstore",
"description": "A tiny little drawing app (store).",
"version": "2.0.0-canary.6ec35e09e",
"version": "2.0.0-canary.7b9d08c7",
"author": {

@@ -28,4 +28,6 @@ "name": "tldraw GB Ltd.",

"main": "dist/cjs/index.js",
"types": "index.d.ts",
"files": [
"dist/**/*"
"dist/**/*",
"index.d.ts"
],

@@ -42,3 +44,3 @@ "scripts": {

"dependencies": {
"@tldraw/utils": "2.0.0-canary.6ec35e09e",
"@tldraw/utils": "2.0.0-canary.7b9d08c7",
"lodash.isequal": "^4.5.0",

@@ -67,11 +69,4 @@ "nanoid": "^3.0.0"

},
"module": "dist/esm/index.mjs",
"source": "src/index.ts",
"exports": {
".": {
"import": "./dist/esm/index.mjs",
"require": "./dist/cjs/index.js"
},
"./*.css": "./*.css"
}
"module": "dist/esm/index.js",
"source": "src/index.ts"
}

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