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

can-stache-key

Package Overview
Dependencies
Maintainers
8
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

can-stache-key - npm Package Compare versions

Comparing version 1.0.0-pre.16 to 1.0.0-pre.17

9

can-stache-key-test.js

@@ -133,5 +133,8 @@ var observeReader = require("can-stache-key");

var context = " hi there ";
var result = observeReader.read(context,observeReader.reads("trim"),{});
QUnit.ok(result, context.trim);
QUnit.equal(
result.value(context),
context.trim(context),
'trim method works'
);
});

@@ -258,3 +261,3 @@

QUnit.ok(teardown(), 1, "warning displayed");
QUnit.equal(teardown(), 1, "warning displayed");
});
{
"name": "can-stache-key",
"version": "1.0.0-pre.16",
"version": "1.0.0-pre.17",
"description": "Read and write keys on a value",

@@ -5,0 +5,0 @@ "homepage": "https://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