Socket
Socket
Sign inDemoInstall

items

Package Overview
Dependencies
Maintainers
4
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

items - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

0

lib/index.js

@@ -0,0 +0,0 @@ 'use strict';

16

package.json
{
"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

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