Socket
Socket
Sign inDemoInstall

storage-based-queue

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

storage-based-queue - npm Package Compare versions

Comparing version 0.0.5-alpha1 to 0.0.5-alpha2

21

karma.conf.js

@@ -6,12 +6,14 @@ 'use strict';

frameworks: [ 'jasmine', 'browserify' ],
frameworks: [ 'browserify', 'jasmine' ],
files: [
'test/**/*Spec.js'
'lib/**/*.js',
'test/**/*Spec.js',
],
reporters: [ 'spec', 'dots' ],
reporters: [ 'spec', 'dots', 'coverage' ],
preprocessors: {
'test/**/*Spec.js': [ 'browserify' ]
'test/**/*Spec.js': [ 'browserify' ],
'lib/**/*.js': [ 'browserify' ]
},

@@ -34,3 +36,3 @@

presets: ["es2015"],
plugins: ["transform-es2015-parameters", "transform-class-properties"]
plugins: ["transform-es2015-parameters", "transform-class-properties", "istanbul"]
}

@@ -40,4 +42,13 @@ ],

]
},
coverageReporter: {
instrumenterOptions: {
istanbul: { noCompact: true }
},
reporters:[
{type: 'lcov', dir:'coverage/'},
{type: 'text-summary'}
]
}
});
};
{
"name": "storage-based-queue",
"version": "0.0.5-alpha1",
"version": "0.0.5-alpha2",
"description": "Simply queue manager",

@@ -11,2 +11,3 @@ "main": "lib/queue.js",

"babel-cli": "^6.26.0",
"babel-plugin-istanbul": "^4.1.5",
"babel-plugin-transform-class-properties": "^6.24.1",

@@ -25,2 +26,4 @@ "babel-plugin-transform-es2015-parameters": "^6.24.1",

"child_process": "^1.0.2",
"coveralls": "^3.0.0",
"cross-env": "^5.1.3",
"flow-bin": "^0.56.0",

@@ -40,2 +43,3 @@ "flow-remove-types": "^1.2.3",

"karma-chrome-launcher": "^2.2.0",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^0.1.5",

@@ -59,6 +63,22 @@ "karma-spec-reporter": "0.0.31",

"scripts": {
"test": "karma start --browsers ChromeHeadless",
"test": "cross-env NODE_ENV=test karma start --browsers ChromeHeadless",
"test:watch": "karma start --no-single-run --auto-watch",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls",
"flow": "flow"
},
"nyc": {
"exclude": [
"**/test/**/*",
"src/**/*",
"coverage/**/*",
"dist/**/*",
"flow-typed/**/*",
"interfaces/**/*",
"karma.conf.js",
"gulpfile.js",
"example.js"
],
"sourceMap": true,
"checkCoverage": true
},
"keywords": [

@@ -65,0 +85,0 @@ "queue",

[![npm version](https://badge.fury.io/js/storage-based-queue.svg)](https://badge.fury.io/js/storage-based-queue)
[![Build Status](https://travis-ci.org/atayahmet/storage-based-queue.svg?branch=v0.0.5-beta5)](https://travis-ci.org/atayahmet/storage-based-queue)
[![Coverage Status](https://coveralls.io/repos/atayahmet/storage-based-queue/badge.svg?branch=master)](https://coveralls.io/r/atayahmet/storage-based-queue?branch=master)
[![Dependency Status](https://img.shields.io/david/atayahmet/storage-based-queue.svg?style=flat-square)](https://david-dm.org/atayahmet/storage-based-queue)

@@ -4,0 +5,0 @@ [![devDependencies Status](https://david-dm.org/atayahmet/storage-based-queue/dev-status.svg)](https://david-dm.org/atayahmet/storage-based-queue?type=dev)

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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