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.3 to 3.0.0-pre.4

10

package.json
{
"name": "can-stache-bindings",
"version": "3.0.0-pre.3",
"version": "3.0.0-pre.4",
"description": "Default binding syntaxes for can-stache",

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

"can-view-live": "^3.0.0-pre.1",
"can-view-model": "^3.0.0-pre.1",
"can-view-scope": "^3.0.0-pre.4"
"can-view-model": "^3.0.0-pre.3",
"can-view-scope": "^3.0.0-pre.4",
"can-stache": "^3.0.0-pre.6"
},

@@ -70,4 +71,3 @@ "devDependencies": {

"can-map": "^3.0.0-pre.2",
"can-stache": "canjs/can-stache#master",
"can-view-nodelist": "canjs/can-view-nodelist#master",
"can-view-nodelist": "^3.0.0-pre.2 ",
"cssify": "^0.6.0",

@@ -74,0 +74,0 @@ "documentjs": "^0.4.2",

@@ -23,8 +23,15 @@ require("./bindings-define-test");

var canEach = require('can-util/js/each/each');
var types = require('can-util/js/types/types');
var MockComponent = require("./mock-component");
var DefaultMap = types.DefaultMap;
QUnit.module('can-stache-bindings', {
setup: function () {
types.DefaultMap = CanMap;
this.fixture = document.getElementById("qunit-fixture");
},
teardown: function(){
types.DefaultMap = DefaultMap;
}

@@ -31,0 +38,0 @@ });

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