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

templejs

Package Overview
Dependencies
Maintainers
2
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

templejs - npm Package Compare versions

Comparing version 0.5.8 to 0.5.9

2

bower.json
{
"name": "temple",
"version": "0.5.8",
"version": "0.5.9",
"description": "A modern JavaScript view framework.",

@@ -5,0 +5,0 @@ "repo": "BeneathTheInk/Temple",

{
"name": "temple",
"version": "0.5.8",
"version": "0.5.9",
"description": "A modern JavaScript view framework.",

@@ -5,0 +5,0 @@ "repository": "BeneathTheInk/Temple",

@@ -8,3 +8,3 @@ var _ = require("underscore");

var Temple = module.exports = {
VERSION: "0.5.8",
VERSION: "0.5.9",
NODE_TYPE: NODE_TYPE,

@@ -11,0 +11,0 @@

var _ = require("underscore");
var matchesSelector = require("matches-selector");

@@ -93,3 +92,3 @@ // like underscore's result, but pass arguments through

if (node.nodeType === window.Node.ELEMENT_NODE) {
return matchesSelector(node, selector);
return require("matches-selector")(node, selector);
}

@@ -96,0 +95,0 @@

{
"name": "templejs",
"version": "0.5.8",
"version": "0.5.9",
"description": "A reactive Mustache view framework.",

@@ -5,0 +5,0 @@ "author": "Beneath the Ink <info@beneaththeink.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