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

promises-aplus-tests

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

promises-aplus-tests - npm Package Compare versions

Comparing version 2.1.1 to 2.1.2

1

lib/testFiles.js

@@ -0,1 +1,2 @@

"use strict";
require("./tests/2.1.2");

@@ -2,0 +3,0 @@ require("./tests/2.1.3");

11

LICENSE.txt

@@ -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": {

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