You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

then-jade

Package Overview
Dependencies
Maintainers
6
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

then-jade - npm Package Compare versions

Comparing version
2.4.1
to
2.4.2
+3
-1
.travis.yml
language: node_js
node_js:
- "0.10"
- "0.10"
- "0.12"
- "io.js"

@@ -46,3 +46,3 @@ 'use strict';

var ctx = vm.createContext({});
var file = require.resolve('regenerator/runtime.js');
var file = require.resolve('regenerator-runtime/runtime.js');
vm.runInContext(fs.readFileSync(file, 'utf8'), ctx, file);

@@ -49,0 +49,0 @@ return ctx.regeneratorRuntime;

{
"name": "then-jade",
"version": "2.4.1",
"version": "2.4.2",
"description": "Jade with async/streaming support via promises and generators",

@@ -10,3 +10,4 @@ "keywords": [],

"promise": "~7.0.3",
"regenerator": "~0.8.30",
"regenerator": "~0.8.46",
"regenerator-runtime": "~0.9.5",
"then-yield": "0.0.1",

@@ -13,0 +14,0 @@ "with": "~5.0.0"

@@ -18,3 +18,3 @@ <a href="http://promises-aplus.github.com/promises-spec"><img src="http://promises-aplus.github.com/promises-spec/assets/logo-small.png" align="right" /></a>

[![Dependency Status](https://gemnasium.com/jadejs/then-jade.png)](https://gemnasium.com/then/then-jade)
[![NPM version](https://badge.fury.io/js/then-jade.png)](http://badge.fury.io/js/then-jade)
[![NPM version](https://img.shields.io/npm/v/then-jade.svg)](https://www.npmjs.com/package/then-jade)

@@ -21,0 +21,0 @@ ## Installation