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

koa-jade

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

koa-jade - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

2

index.js

@@ -168,3 +168,3 @@ var pkg = require('./package.json')

} else {
_.forIn(defaultOptions, function (key) {
_.forIn(defaultOptions, function (value, key) {
if (key in options && _.isBoolean(options[key])) {

@@ -171,0 +171,0 @@ defaultOptions[key] = options[key]

{
"name": "koa-jade",
"version": "2.0.0",
"version": "2.0.1",
"description": "A Jade middleware for Koa",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -147,3 +147,3 @@ # Koa-jade

// Mess assignment
// Mass assignment
_.assign(jade.locals, LOCALS_1, LOCALS_2, ...)

@@ -150,0 +150,0 @@

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