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

can-stache-bindings

Package Overview
Dependencies
Maintainers
13
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 4.0.0-pre.28 to 4.0.0-pre.29

7

docs/to-parent.md

@@ -112,3 +112,3 @@ @function can-stache-bindings.toParent toParent:to

```html
<my-tabs @addPanel:to="scope.vars.addPanel">
<my-tabs addPanel:to="scope.vars.addPanel">
```

@@ -119,3 +119,3 @@

```html
<my-panel addPanel:from="scope.vars@addPanel" title:from="'CanJS'">CanJS Content</my-panel>
<my-panel addPanel:from="scope.vars.addPanel" title:from="'CanJS'">CanJS Content</my-panel>
```

@@ -126,4 +126,1 @@

@demo demos/can-stache-bindings/to-parent-function.html
Notice that `@` is used to prevent reading the function. You can read more about
the [can-stache/keys/at @ operator in the can-stache docs].
{
"name": "can-stache-bindings",
"version": "4.0.0-pre.28",
"version": "4.0.0-pre.29",
"description": "Default binding syntaxes for can-stache",

@@ -5,0 +5,0 @@ "homepage": "https://canjs.com/doc/can-stache-bindings.html",

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