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

deep-aplus

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deep-aplus - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

9

CHANGELOG.md

@@ -5,3 +5,10 @@ # Change Log

<a name="current-release"></a>
# Version 1.0.1 (Sun, 10 Jan 2016 22:47:09 GMT)
* [93c7325](https://github.com/nknapp/deep-aplus/commit/93c7325) Add "files" and "keywords" to package.json - Nils Knappmeier
* [62cdd82](https://github.com/nknapp/deep-aplus/commit/62cdd82) Add testcase for rejected promise - Nils Knappmeier
* [396a4dd](https://github.com/nknapp/deep-aplus/commit/396a4dd) [Thought] Added scripts to run thought on version-bumps - Nils Knappmeier
## v1.0.0 - 2016-01-10
### Initial version
### Initial version

@@ -23,2 +23,3 @@ /*!

*/
function deepAPlus (Promise) {

@@ -28,2 +29,5 @@ function handleArray (arr) {

var counter = arr.length
if (arr.length === 0) {
return fulfill([])
}
var result = []

@@ -30,0 +34,0 @@ arr.forEach(function (element, index) {

2

package.json
{
"name": "deep-aplus",
"version": "1.0.1",
"version": "1.0.2",
"description": "Resolve a whole structure of promises, library agnostic",

@@ -5,0 +5,0 @@ "repository": {

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