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
37
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 0.0.2-alpha.3 to 0.0.2-alpha.4

src/api/api.test.ts

7

dist/component/ToddleComponent.js

@@ -157,2 +157,9 @@ "use strict";

for (const [metaKey, meta] of Object.entries(this.route?.info?.meta ?? {})) {
yield* (0, formulaUtils_1.getFormulasInFormula)(meta.content, [
'route',
'info',
'meta',
metaKey,
'content',
]);
for (const [attrKey, a] of Object.entries(meta.attrs)) {

@@ -159,0 +166,0 @@ yield* (0, formulaUtils_1.getFormulasInFormula)(a, [

12

package.json
{
"name": "@toddledev/core",
"version": "0.0.2-alpha.3",
"version": "0.0.2-alpha.4",
"license": "Apache-2.0",

@@ -16,12 +16,14 @@ "homepage": "https://github.com/toddledev/toddle",

"build": "tsc",
"typecheck": "tsc --noEmit --project tsconfig.json",
"typecheck:watch": "tsc --noEmit -w --project tsconfig.json",
"publish": "bun publish --access public",
"test": "bun test",
"test:watch": "bun test --watch",
"test:debug": "bun test --watch --inspect-wait=localhost:6499/toddle"
"test:debug": "bun test --watch --inspect-wait=localhost:6499/toddle",
"typecheck": "tsc --noEmit",
"watch": "tsc -w"
},
"files": [
"dist"
"dist",
"src"
],
"main": "dist/index.js"
}

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