Socket
Socket
Sign inDemoInstall

derby-jade

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

derby-jade - npm Package Compare versions

Comparing version 0.6.3 to 0.6.4

3

lib/lexer.js

@@ -425,3 +425,3 @@ /*!

var captures;
if (captures = /^((?:if|unless|else if|else|with|each|bound|unbound|on|unescaped)\*?) *([^\n]*)/.exec(this.input)) {
if (captures = /^((?:if|unless|else if|else|with|each|bound|unbound|on)\*?) *([^\n]*)/.exec(this.input)) {
this.consume(captures[0].length);

@@ -441,3 +441,2 @@ var type = captures[1]

case 'unbound': js = '\'{{unbound}}\''; break;
case 'unescaped': js = '\'{{unescaped}}\''; break;
case 'on': js = '\'{{on ' + js + '}}\''; break;

@@ -444,0 +443,0 @@ }

{
"name": "derby-jade",
"description": "Jade for Derby.js",
"version": "0.6.3",
"version": "0.6.4",
"author": {

@@ -6,0 +6,0 @@ "name": "Pavel Zhukov",

Sorry, the diff of this file is not supported yet

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