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

can-stache-bindings

Package Overview
Dependencies
Maintainers
13
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.1.1 to 4.1.2

2

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

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

@@ -233,2 +233,4 @@ var steal = require("@steal");

var scopeKeyData = Array.from(settableObservableDeps.mutate.valueDependencies)[0];
var scopeKeyDataObservationDeps = canReflectDeps.getDependencyDataOf(scopeKeyData.observation)
.whatChangesMe;
var scopeKeyDataDeps = canReflectDeps.getDependencyDataOf(scopeKeyData)

@@ -238,5 +240,10 @@ .whatChangesMe;

assert.ok(
scopeKeyDataDeps.derive.keyDependencies.get(map).has("scopeProp"),
"The ScopeKeyData is bound to map.scopeProp"
scopeKeyDataObservationDeps.derive.keyDependencies.get(map).has("scopeProp"),
"The ScopeKeyData's internal observation is bound to map.scopeProp"
);
assert.ok(
scopeKeyDataDeps.derive.valueDependencies.has(scopeKeyData.observation),
"The ScopeKeyData is bound to its internal observation"
);
});

@@ -243,0 +250,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