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

@tldraw/state-react

Package Overview
Dependencies
Maintainers
2
Versions
701
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@tldraw/state-react - npm Package Compare versions

Comparing version 3.8.0-canary.29aefe439faf to 3.8.0-canary.2aae7f749b08

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, {
track: () => import_track.track,

@@ -30,3 +30,3 @@ useAtom: () => import_useAtom.useAtom,

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

@@ -42,5 +42,5 @@ var import_track = require("./lib/track");

"@tldraw/state-react",
"3.8.0-canary.29aefe439faf",
"3.8.0-canary.2aae7f749b08",
"cjs"
);
//# sourceMappingURL=index.js.map
{
"name": "@tldraw/state-react",
"description": "A tiny little drawing app (react bindings for state).",
"version": "3.8.0-canary.29aefe439faf",
"version": "3.8.0-canary.2aae7f749b08",
"author": {

@@ -55,15 +55,15 @@ "name": "tldraw Inc.",

"dependencies": {
"@tldraw/state": "3.8.0-canary.29aefe439faf",
"@tldraw/utils": "3.8.0-canary.29aefe439faf"
"@tldraw/state": "3.8.0-canary.2aae7f749b08",
"@tldraw/utils": "3.8.0-canary.2aae7f749b08"
},
"devDependencies": {
"@testing-library/jest-dom": "^5.16.5",
"@testing-library/react": "^15.0.6",
"@types/lodash": "^4.14.188",
"@types/react": "^18.2.0",
"@testing-library/jest-dom": "^5.17.0",
"@testing-library/react": "^15.0.7",
"@types/lodash": "^4.17.14",
"@types/react": "^18.3.18",
"lodash": "^4.17.21"
},
"peerDependencies": {
"react": "^18.2.0",
"react-dom": "^18.2.0"
"react": "^18.2.0 || ^19.0.0",
"react-dom": "^18.2.0 || ^19.0.0"
},

@@ -70,0 +70,0 @@ "typedoc": {

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