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

can-stache-bindings

Package Overview
Dependencies
Maintainers
10
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.6.2 to 3.6.3

3

can-stache-bindings.js

@@ -898,3 +898,4 @@ // # can-stache-bindings.js

var endsWith = String.prototype.endsWith || function(text){
return this.lastIndexOf(text) === (this.length - text.length);
var lastIndex = this.lastIndexOf(text);
return lastIndex !== -1 && lastIndex === (this.length - text.length);
};

@@ -901,0 +902,0 @@ // Regular expressions for getBindingInfo

{
"name": "can-stache-bindings",
"version": "3.6.2",
"version": "3.6.3",
"description": "Default binding syntaxes for can-stache",

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

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