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

assertive-as-promised

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assertive-as-promised - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

8

CHANGELOG.md

@@ -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

lib/aap.js

@@ -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

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