Comparing version 2.1.1 to 2.1.2
@@ -0,0 +0,0 @@ 'use strict'; |
{ | ||
"name": "items", | ||
"description": "Bare minimum async methods", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"repository": "git://github.com/hapijs/items", | ||
@@ -12,16 +12,12 @@ "main": "lib/index.js", | ||
], | ||
"engines": { | ||
"node": ">=4.0.0" | ||
}, | ||
"dependencies": { | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"code": "3.x.x", | ||
"lab": "10.x.x" | ||
"code": "4.x.x", | ||
"lab": "13.x.x" | ||
}, | ||
"scripts": { | ||
"test": "lab -a code -t 100 -L", | ||
"test-cov-html": "lab -a code -r html -o coverage.html" | ||
"test": "lab -a code -t 100 -L -I SharedArrayBuffer,Atomics", | ||
"test-cov-html": "lab -a code -r html -o coverage.html -I SharedArrayBuffer,Atomics" | ||
}, | ||
"license": "BSD-3-Clause" | ||
} |
@@ -8,3 +8,3 @@ #items | ||
Lead Maintainer - [Raquel Vélez](https://github.com/rockbot) | ||
Lead Maintainer - [Eran Hammer](https://github.com/hueniverse) | ||
@@ -11,0 +11,0 @@ ## `Items.serial(items, method, callback)` |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
7862
0