assertive-as-promised
Advanced tools
Comparing version 1.0.1 to 1.0.2
@@ -0,1 +1,9 @@ | ||
### 1.0.2 | ||
* Apply latest nlm generator - **[@i-tier-bot](https://github.com/i-tier-bot)** [#2](https://github.com/groupon/assertive-as-promised/pull/2) | ||
- [`70fd106`](https://github.com/groupon/assertive-as-promised/commit/70fd1064c5e157f7c70d7e21701077c72eabfcf3) **chore:** Apply latest nlm generator | ||
- [`d514d90`](https://github.com/groupon/assertive-as-promised/commit/d514d900708084c09f622bd0a5edec29ae1686e3) **chore:** Use Groupon as author | ||
- [`c78d229`](https://github.com/groupon/assertive-as-promised/commit/c78d22990ca29864a9e3e4d244e319a15ad09f98) **test:** don't leak unhandled rejections during tests | ||
## 1.0.1 | ||
@@ -2,0 +10,0 @@ |
@@ -1,2 +0,1 @@ | ||
// Generated by CoffeeScript 1.9.3 | ||
@@ -3,0 +2,0 @@ /* |
{ | ||
"name": "assertive-as-promised", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"description": "Extends assertive with promise support", | ||
"license": "BSD-3-Clause", | ||
"main": "lib/aap.js", | ||
"homepage": "https://github.com/groupon/assertive-as-promised", | ||
"repository": { | ||
"type": "git", | ||
"url": "http://github.com/groupon/assertive-as-promised" | ||
"url": "git+ssh://git@github.com/groupon/assertive-as-promised" | ||
}, | ||
"bugs": { | ||
"url": "https://github.com/groupon/assertive-as-promised/issues" | ||
}, | ||
"scripts": { | ||
"prepublish": "./node_modules/.bin/coffee -bcps < src/aap.coffee > lib/aap.js.tmp && mv -f lib/aap.js.tmp lib/aap.js || (rm -f lib/aap.js.tmp ; false)", | ||
"test": "npm install && ./node_modules/.bin/mocha" | ||
"build": "rm -rf lib && coffee --no-header -cbo lib src", | ||
"pretest": "npm run build", | ||
"test": "mocha", | ||
"posttest": "nlm verify", | ||
"watch": "coffee --no-header -wcbo lib src & nodemon -w lib -w test -e coffee,js,json -x \"mocha\"" | ||
}, | ||
"publishConfig": { | ||
"registry": "http://registry.npmjs.org" | ||
"nlm": { | ||
"license": { | ||
"files": [ | ||
"src" | ||
] | ||
} | ||
}, | ||
"author": "David Bushong <david+npm@bushong.net>", | ||
"license": "BSD-3-Clause", | ||
"dependencies": { | ||
"assertive": "^1.3.2", | ||
"bluebird": "^2.9.34" | ||
"bluebird": "^3.3.3" | ||
}, | ||
"devDependencies": { | ||
"assertive-as-promised": "*", | ||
"coffee-script": "^1.7.1", | ||
"mocha": "^1.18.0" | ||
"assertive-as-promised": "^1.0.0", | ||
"coffee-script": "^1.10.0", | ||
"mocha": "^2.0.0", | ||
"nlm": "^2.0.0", | ||
"nodemon": "^1.0.0" | ||
}, | ||
"author": { | ||
"name": "Groupon", | ||
"email": "opensource@groupon.com" | ||
}, | ||
"files": [ | ||
"*.js", | ||
"lib" | ||
], | ||
"publishConfig": { | ||
"registry": "http://registry.npmjs.org" | ||
} | ||
} |
@@ -35,3 +35,3 @@ # Assertive for Promises | ||
## Examples (using Mocha as Promised) | ||
## Examples (using Mocha) | ||
@@ -38,0 +38,0 @@ ```coffee |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a 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
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
1
0
10579
5
5
107
1
+ Addedbluebird@3.7.2(transitive)
- Removedbluebird@2.11.0(transitive)
Updatedbluebird@^3.3.3