promises-aplus-tests
Advanced tools
Comparing version 2.1.1 to 2.1.2
@@ -0,1 +1,2 @@ | ||
"use strict"; | ||
require("./tests/2.1.2"); | ||
@@ -2,0 +3,0 @@ require("./tests/2.1.3"); |
@@ -1,5 +0,11 @@ | ||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | ||
Copyright © 2012–2015 Domenic Denicola <d@domenic.me> | ||
This work is free. You can redistribute it and/or modify it under the | ||
terms of the Do What The Fuck You Want To Public License, Version 2, | ||
as published by Sam Hocevar. See below for more details. | ||
DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE | ||
Version 2, December 2004 | ||
Copyright (C) 2012 Domenic Denicola <domenic@domenicdenicola.com> | ||
Copyright (C) 2004 Sam Hocevar <sam@hocevar.net> | ||
@@ -14,2 +20,1 @@ Everyone is permitted to copy and distribute verbatim or modified | ||
0. You just DO WHAT THE FUCK YOU WANT TO. | ||
@@ -5,15 +5,12 @@ { | ||
"keywords": ["promises", "promises-aplus"], | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"implements": ["Promises/A+ 1.1.0"], | ||
"author": "Domenic Denicola <domenic@domenicdenicola.com> (http://domenic.me)", | ||
"author": "Domenic Denicola <d@domenic.me> (https://domenic.me)", | ||
"license": "WTFPL", | ||
"repository": { | ||
"type": "git", | ||
"url": "git://github.com/promises-aplus/promises-tests.git" | ||
}, | ||
"bugs": "https://github.com/promises-aplus/promises-tests/issues", | ||
"repository": "promises-aplus/promises-tests", | ||
"main": "lib/programmaticRunner.js", | ||
"bin": { | ||
"promises-aplus-tests": "lib/cli.js" | ||
}, | ||
"bin": "lib/cli.js", | ||
"files": [ | ||
"lib/" | ||
], | ||
"scripts": { | ||
@@ -25,8 +22,8 @@ "lint": "jshint lib", | ||
"dependencies": { | ||
"mocha": "~1.21.4", | ||
"mocha": "^2.5.3", | ||
"sinon": "^1.10.3", | ||
"underscore": "~1.6.0" | ||
"underscore": "~1.8.3" | ||
}, | ||
"devDependencies": { | ||
"jshint": "~2.4.4" | ||
"jshint": "^2.9.2" | ||
}, | ||
@@ -33,0 +30,0 @@ "browser": { |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
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
95645
22
2272
1
0
+ Addeddebug@2.2.0(transitive)
+ Addeddiff@1.4.0(transitive)
+ Addedglob@3.2.11(transitive)
+ Addedgrowl@1.9.2(transitive)
+ Addedminimatch@0.3.0(transitive)
+ Addedmkdirp@0.5.1(transitive)
+ Addedmocha@2.5.3(transitive)
+ Addedms@0.7.1(transitive)
+ Addedsupports-color@1.2.0(transitive)
+ Addedto-iso-string@0.0.2(transitive)
+ Addedunderscore@1.8.3(transitive)
- Removeddebug@2.0.0(transitive)
- Removeddiff@1.0.8(transitive)
- Removedglob@3.2.3(transitive)
- Removedgraceful-fs@2.0.3(transitive)
- Removedgrowl@1.8.1(transitive)
- Removedminimatch@0.2.14(transitive)
- Removedmkdirp@0.5.0(transitive)
- Removedmocha@1.21.5(transitive)
- Removedms@0.6.2(transitive)
- Removedunderscore@1.6.0(transitive)
Updatedmocha@^2.5.3
Updatedunderscore@~1.8.3