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

@tldraw/store

Package Overview
Dependencies
Maintainers
4
Versions
1858
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tldraw/store - npm Package Compare versions

Comparing version 3.8.0-canary.30b73331b976 to 3.8.0-canary.31c9612cbedb

8

dist-cjs/index.js

@@ -19,4 +19,4 @@ "use strict";

var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
var src_exports = {};
__export(src_exports, {
var index_exports = {};
__export(index_exports, {
IncrementalSetConstructor: () => import_IncrementalSetConstructor.IncrementalSetConstructor,

@@ -44,3 +44,3 @@ MigrationFailureReason: () => import_migrate.MigrationFailureReason,

});
module.exports = __toCommonJS(src_exports);
module.exports = __toCommonJS(index_exports);
var import_utils = require("@tldraw/utils");

@@ -58,5 +58,5 @@ var import_IncrementalSetConstructor = require("./lib/IncrementalSetConstructor");

"@tldraw/store",
"3.8.0-canary.30b73331b976",
"3.8.0-canary.31c9612cbedb",
"cjs"
);
//# sourceMappingURL=index.js.map
{
"name": "@tldraw/store",
"description": "A tiny little drawing app (store).",
"version": "3.8.0-canary.30b73331b976",
"version": "3.8.0-canary.31c9612cbedb",
"author": {

@@ -45,12 +45,12 @@ "name": "tldraw Inc.",

"dependencies": {
"@tldraw/state": "3.8.0-canary.30b73331b976",
"@tldraw/utils": "3.8.0-canary.30b73331b976",
"@tldraw/state": "3.8.0-canary.31c9612cbedb",
"@tldraw/utils": "3.8.0-canary.31c9612cbedb",
"lodash.isequal": "^4.5.0"
},
"peerDependencies": {
"react": "^18.2.0"
"react": "^18.2.0 || ^19.0.0"
},
"devDependencies": {
"@peculiar/webcrypto": "^1.4.0",
"@types/lodash.isequal": "^4.5.6",
"@peculiar/webcrypto": "^1.5.0",
"@types/lodash.isequal": "^4.5.8",
"lazyrepo": "0.0.0-alpha.27",

@@ -57,0 +57,0 @@ "raf": "^3.4.1"

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