Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

q-vanilla

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

q-vanilla - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

lib/q.js

24

package.json
{
"name": "q-vanilla",
"version": "1.0.0",
"version": "1.1.0",
"description": "A implementation of the Q API based on native (or polyfilled) Promises",

@@ -25,11 +25,11 @@ "keywords": [

"license": "MIT",
"main": "q.js",
"main": "lib/q.js",
"files": [
"LICENSE",
"q.js",
"queue.js"
"lib/q.js",
"src/q.js"
],
"repository": {
"type": "git",
"url": "git://github.com/kriskowal/q.git"
"url": "git://github.com/sth/q-vanilla.git"
},

@@ -41,3 +41,7 @@ "engines": {

"devDependencies": {
"@babel/cli": "^7.2.0",
"@babel/core": "^7.2.0",
"@babel/preset-env": "^7.2.0",
"cover": "*",
"eslint": "^5.10.0",
"grunt": "~0.4.1",

@@ -47,3 +51,2 @@ "grunt-cli": "~0.1.9",

"jasmine-node": "1.11.0",
"jshint": "~2.1.9",
"matcha": "~0.2.0",

@@ -54,9 +57,10 @@ "opener": "*",

"scripts": {
"test": "jasmine-node spec && promises-aplus-tests spec/aplus-adapter && yarn run -s lint",
"test": "yarn build && jasmine-node spec && promises-aplus-tests spec/aplus-adapter && yarn run -s lint",
"test-browser": "opener spec/q-spec.html",
"build": "babel --out-dir lib src",
"benchmark": "matcha",
"lint": "jshint q.js",
"lint": "eslint src/",
"cover": "cover run jasmine-node spec && cover report html && opener cover_html/index.html",
"minify": "grunt",
"prepublish": "grunt"
"minify": "yarn build && yarn grunt",
"prepublish": "yarn minify"
},

@@ -63,0 +67,0 @@ "directories": {

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