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

derby-jade

Package Overview
Dependencies
Maintainers
2
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.7 to 0.6.8

2

index.js

@@ -50,3 +50,3 @@ var jade = require('jade');

// Make Derby attribues unescaped
.replace(/on-(.*)=['"](.*)['"]/gm, function(statement, type, expression) {
.replace(/on-(.*?)=['"](.*?)['"]/gm, function(statement, type, expression) {
if (options.coffee) expression = coffee(expression);

@@ -53,0 +53,0 @@ return 'on-' + type + '!=\"' + expression + '\"';

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

@@ -6,0 +6,0 @@ "name": "Vladimir Makhaev",

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