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

can-stache-bindings

Package Overview
Dependencies
Maintainers
15
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 4.7.0 to 4.7.1

2

can-stache-bindings.js

@@ -100,3 +100,3 @@ "use strict";

viewModel: viewModel,
arguments: shiftArgumentsForLegacyArguments ? Array.from(args).slice(1) : args,
arguments: shiftArgumentsForLegacyArguments ? Array.prototype.slice.call(args, 1) : args,
args: args

@@ -103,0 +103,0 @@ };

{
"name": "can-stache-bindings",
"version": "4.7.0",
"version": "4.7.1",
"description": "Default binding syntaxes for can-stache",

@@ -5,0 +5,0 @@ "homepage": "https://canjs.com/doc/can-stache-bindings.html",

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