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

@toddledev/core

Package Overview
Dependencies
Maintainers
0
Versions
59
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@toddledev/core - npm Package Compare versions

Comparing version

to
0.0.9

1

dist/component/component.types.d.ts

@@ -273,2 +273,3 @@ import type { ApiStatus, ComponentAPI, LegacyApiStatus } from '../api/apiTypes';

data: Formula;
historyMode?: 'replace' | 'push' | null;
};

@@ -275,0 +276,0 @@ export type EventActionModel = {

4

package.json

@@ -7,3 +7,3 @@ {

"devDependencies": {
"@types/react": "19.0.11"
"@types/react": "19.0.12"
},

@@ -18,3 +18,3 @@ "scripts": {

"main": "dist/index.js",
"version": "0.0.8"
"version": "0.0.9"
}

@@ -306,2 +306,3 @@ import type { ApiStatus, ComponentAPI, LegacyApiStatus } from '../api/apiTypes'

data: Formula
historyMode?: 'replace' | 'push' | null
}

@@ -308,0 +309,0 @@