New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

ordered-queue

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ordered-queue - npm Package Compare versions

Comparing version
1.0.0
to
1.0.1
+4
-1
package.json

@@ -9,3 +9,3 @@ {

],
"version": "1.0.0",
"version": "1.0.1",
"repository": {

@@ -17,2 +17,5 @@ "type": "git",

"main": "./lib/index.js",
"files": [
"lib"
],
"scripts": {

@@ -19,0 +22,0 @@ "test": "istanbul cover node_modules/.bin/_mocha -- test/*-test.js"

+1
-1

@@ -50,3 +50,3 @@ # ordered-queue.js

# Tests
Tests are written with [mocha](http://visionmedia.github.com/mocha/)
Tests are written with [mocha](https://mochajs.org)

@@ -53,0 +53,0 @@ ```bash

Sorry, the diff of this file is not supported yet

language: node_js
node_js:
- "0.12"
- "iojs"
- "4"
- "6"
- "7"
notifications:
email:
on_success: change
on_failure: change
sudo: false
after_success:
- npm install -g codecov
- codecov