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.9 to 3.0.0-pre.10

converters.js

1

can-stache-bindings.js

@@ -38,2 +38,3 @@ // # can/view/bindings/bindings.js

var attr = require('can-util/dom/attr/attr');
require('./converters');

@@ -40,0 +41,0 @@ // ## Behaviors

@module can-stache-bindings
@parent can-core
@link ../docco/view/bindings/bindings.html docco
@group can-stache-bindings.converters Converters
@group can-stache-bindings.syntaxes Syntaxes

@@ -5,0 +7,0 @@ Provides template event, one-way, and two-way bindings.

2

docs/event.md
@function can-stache-bindings.event \(event\)
@parent can-stache-bindings 0
@parent can-stache-bindings.syntaxes 0

@@ -4,0 +4,0 @@ @description Response to events on elements or component ViewModels.

@function can-stache-bindings.reference *REFERENCE
@parent can-stache-bindings 4
@parent can-stache-bindings.syntaxes 4

@@ -4,0 +4,0 @@ @description Export a viewModel into a template's references scope.

@function can-stache-bindings.toChild {to-child}
@parent can-stache-bindings 1
@parent can-stache-bindings.syntaxes 1

@@ -4,0 +4,0 @@ @description One-way bind a value in the parent scope to the [can-component::viewModel viewModel].

@function can-stache-bindings.toParent {^to-parent}
@parent can-stache-bindings 2
@parent can-stache-bindings.syntaxes 2

@@ -4,0 +4,0 @@ @description One-way bind a value in the current [can-component::viewModel viewModel] to the parent scope.

@function can-stache-bindings.twoWay {\(two-way\)}
@parent can-stache-bindings 3
@parent can-stache-bindings.syntaxes 3

@@ -4,0 +4,0 @@ @description Two-way bind a value in the [can-component::viewModel viewModel] or the element to the parent scope.

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

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

@@ -0,1 +1,2 @@

require("./converters-test");
require("./bindings-define-test");

@@ -2,0 +3,0 @@

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