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.3 to 3.1.4

5

can-stache-bindings.js

@@ -278,3 +278,6 @@ // # can-stache-bindings.js

// get parsed.
var expr = expression.parse(removeBrackets(attrVal),{lookupRule: "method", methodRule: "call"});
var expr = expression.parse(removeBrackets(attrVal),{
lookupRule: function(){
return expression.Lookup;
}, methodRule: "call"});

@@ -281,0 +284,0 @@ if(!(expr instanceof expression.Call) && !(expr instanceof expression.Helper)) {

4

package.json
{
"name": "can-stache-bindings",
"version": "3.1.3",
"version": "3.1.4",
"description": "Default binding syntaxes for can-stache",

@@ -39,3 +39,3 @@ "homepage": "http://canjs.com",

"can-observation": "^3.0.1",
"can-stache": "^3.0.22",
"can-stache": "^3.0.24",
"can-types": "^1.0.1",

@@ -42,0 +42,0 @@ "can-util": "^3.3.7",

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