Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

can-stache-bindings

Package Overview
Dependencies
Maintainers
3
Versions
219
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-stache-bindings - npm Package Compare versions

Comparing version 3.0.0-pre.10 to 3.0.0-pre.11

3

docs/to-child.md

@@ -17,4 +17,3 @@ @function can-stache-bindings.toChild {to-child}

@param {can-stache.expressions} key A KeyLookup or Call expression whose value
is used to set as `childProp`.
@param {can-stache/expressions/literal|can-stache/expressions/key-lookup|can-stache/expressions/hash|can-stache/expressions/call|can-stache/expressions/helper} key An expression whose resulting value is used to set as `childProp`.

@@ -21,0 +20,0 @@ @signature `{$child-prop}="key"`

@@ -18,3 +18,3 @@ @function can-stache-bindings.toParent {^to-parent}

@param {String} key The name of the property to set in the parent scope.
@param {can-stache/expressions/literal|can-stache/expressions/key-lookup|can-stache/expressions/hash|can-stache/expressions/call|can-stache/expressions/helper} key An expression that will be used to set in the parent scope.

@@ -32,3 +32,3 @@ @signature `{^$child-prop}="key"`

@param {String} key The name of the property to set in the parent scope.
@param {can-stache/expressions/literal|can-stache/expressions/key-lookup|can-stache/expressions/hash|can-stache/expressions/call|can-stache/expressions/helper} key An expression whose resulting value with be used to set in the parent scope.

@@ -35,0 +35,0 @@

@@ -26,3 +26,3 @@ @function can-stache-bindings.twoWay {\(two-way\)}

@param {String} key The name of the property to two-way bind in the parent scope.
@param {can-stache/expressions/literal|can-stache/expressions/key-lookup|can-stache/expressions/hash|can-stache/expressions/call|can-stache/expressions/helper} key A call expression whose value will be used to two-way bind in the parent scope.

@@ -41,3 +41,3 @@ @signature `{($child-prop)}="key"`

@param {String} key The name of the property to two-way bind in the parent scope.
@param {can-stache/expressions/literal|can-stache/expressions/key-lookup|can-stache/expressions/hash|can-stache/expressions/call|can-stache/expressions/helper} key A call expression whose value will be used to two-way bind in the parent scope.

@@ -44,0 +44,0 @@ @body

{
"name": "can-stache-bindings",
"version": "3.0.0-pre.10",
"version": "3.0.0-pre.11",
"description": "Default binding syntaxes for can-stache",

@@ -5,0 +5,0 @@ "homepage": "http://canjs.com",

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