500-pagelet
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -13,3 +13,2 @@ 'use strict'; | ||
view: '500.html', | ||
env: process.env.NODE_ENV, | ||
pagelets: { | ||
@@ -16,0 +15,0 @@ diagnostics: require('diagnostics-pagelet') |
{ | ||
"name": "500-pagelet", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Default 500 Pagelet used if anything fails in BigPipe", | ||
@@ -17,12 +17,12 @@ "main": "index.js", | ||
"dependencies": { | ||
"pagelet": "1.0.0-alpha", | ||
"pagelet": "1.0.0-alpha-3", | ||
"diagnostics-pagelet": "1.0.x" | ||
}, | ||
"devDependencies": { | ||
"assume": "0.0.x", | ||
"assume": "1.2.x", | ||
"istanbul": "0.3.x", | ||
"mocha": "2.1.x", | ||
"pre-commit": "0.0.x", | ||
"mocha": "2.2.x", | ||
"pre-commit": "1.0.x", | ||
"routable": "0.0.x", | ||
"temper": "0.2.x" | ||
"temper": "0.3.x" | ||
}, | ||
@@ -29,0 +29,0 @@ "keywords": [ |
@@ -29,3 +29,3 @@ describe('500 Pagelet', function () { | ||
assume(pagelet.view).to.equal(process.cwd() + '/500.html'); | ||
assume(pagelet.env).to.equal(process.env.NODE_ENV); | ||
assume(pagelet.env).to.equal(process.env.NODE_ENV || 'development'); | ||
}); | ||
@@ -32,0 +32,0 @@ |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
1
11707
131
1
+ Addedpagelet@1.0.0-alpha-3(transitive)
- Removedfabricator@0.4.4(transitive)
- Removedjson-stringify-safe@5.0.1(transitive)
- Removedpagelet@1.0.0-alpha(transitive)
- Removedtemper@0.2.2(transitive)
Updatedpagelet@1.0.0-alpha-3