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

can-stache-bindings

Package Overview
Dependencies
Maintainers
8
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.1.2 to 3.1.3

10

can-stache-bindings.js

@@ -316,3 +316,7 @@ // # can-stache-bindings.js

// nothing found yet, look for a stache helper
stacheHelper = stacheHelperCore.getHelper(expr.methodExpr.key);
var name = observeReader.reads(expr.methodExpr.key).map(function(part){
return part.key;
}).join(".");
stacheHelper = stacheHelperCore.getHelper(name);
if(stacheHelper){

@@ -327,6 +331,2 @@ args = expr.args(localScope, null)();

scopeData = localScope.read(expr.methodExpr.key, {
isArgument: true
});
//!steal-remove-start

@@ -333,0 +333,0 @@ dev.warn("can-stache-bindings: " + attributeName + " couldn't find method named " + expr.methodExpr.key, {

{
"name": "can-stache-bindings",
"version": "3.1.2",
"version": "3.1.3",
"description": "Default binding syntaxes for can-stache",

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

Sorry, the diff of this file is too big to display

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