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

@toddledev/ssr

Package Overview
Dependencies
Maintainers
3
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@toddledev/ssr - npm Package Compare versions

Comparing version 0.0.3-alpha.11 to 0.0.3-alpha.12

8

dist/rendering/components.js

@@ -292,3 +292,9 @@ "use strict";

Variables: (0, collections_1.mapValues)(component.variables, ({ initialValue }) => {
return (0, formula_1.applyFormula)(initialValue, formulaContext);
return (0, formula_1.applyFormula)(initialValue, {
...formulaContext,
data: {
...formulaContext.data,
Contexts: contexts,
},
});
}),

@@ -295,0 +301,0 @@ Apis: apis,

4

package.json

@@ -15,7 +15,7 @@ {

"dependencies": {
"@toddledev/core": "0.0.3-alpha.11",
"@toddledev/core": "0.0.3-alpha.12",
"cookie": "1.0.2",
"xss": "1.0.15"
},
"version": "0.0.3-alpha.11"
"version": "0.0.3-alpha.12"
}

@@ -451,3 +451,9 @@ import { ApiStatus, LegacyApiStatus } from '@toddledev/core/dist/api/apiTypes'

Variables: mapValues(component.variables, ({ initialValue }) => {
return applyFormula(initialValue, formulaContext)
return applyFormula(initialValue, {
...formulaContext,
data: {
...formulaContext.data,
Contexts: contexts,
},
})
}),

@@ -454,0 +460,0 @@ Apis: apis,

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