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.17 to 3.0.0-pre.18

6

can-stache-bindings.js

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

if( types.isMapLike(viewModel) ) {
viewModel.attr(setName,newVal);
observeReader.set(viewModel,setName,newVal);
} else {

@@ -566,3 +566,3 @@ viewModel[setName] = newVal;

});
// Go through each <option/> element, if it has a value and selected property (its a valid option), then

@@ -575,3 +575,3 @@ // set its selected property if it was in the list of vals that were just set.

});
} else {

@@ -578,0 +578,0 @@ if(!bindingData.legacyBindings && hasChildren && ("selectedIndex" in el) && prop === "value" ) {

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

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

"dependencies": {
"can-compute": "^3.0.0-pre.5",
"can-compute": "^3.0.0-pre.11",
"can-event": "^3.0.0-pre.2",
"can-observation": "^3.0.0-pre.0",
"can-observation": "^3.0.0-pre.8",
"can-util": "^3.0.0-pre.34",

@@ -65,6 +65,6 @@ "can-view-callbacks": "^3.0.0-pre.4",

"can-view-scope": "^3.0.0-pre.7",
"can-stache": "^3.0.0-pre.8"
"can-stache": "^3.0.0-pre.15"
},
"devDependencies": {
"can-define": "^0.7.19",
"can-define": "^0.7.21",
"can-list": "^3.0.0-pre.1",

@@ -71,0 +71,0 @@ "can-map": "^3.0.0-pre.2",

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