@adonisjs/sink
Advanced tools
Comparing version 1.0.16 to 1.0.17
@@ -0,1 +1,11 @@ | ||
<a name="1.0.17"></a> | ||
## [1.0.17](https://github.com/adonisjs/adonis-sink/compare/v1.0.16...v1.0.17) (2018-09-23) | ||
### Bug Fixes | ||
* **package:** add missing pify dependency ([47ab7c7](https://github.com/adonisjs/adonis-sink/commit/47ab7c7)) | ||
<a name="1.0.16"></a> | ||
@@ -2,0 +12,0 @@ ## [1.0.16](https://github.com/adonisjs/adonis-sink/compare/v1.0.15...v1.0.16) (2018-02-08) |
{ | ||
"name": "@adonisjs/sink", | ||
"version": "1.0.16", | ||
"version": "1.0.17", | ||
"description": "Development kitchen sink for writing adonisjs providers", | ||
@@ -24,6 +24,7 @@ "main": "index.js", | ||
"japa-cli": "^1.0.1", | ||
"standard": "^10.0.3" | ||
"standard": "^11.0.0" | ||
}, | ||
"dependencies": { | ||
"lodash": "^4.17.5" | ||
"lodash": "^4.17.5", | ||
"pify": "^4.0.0" | ||
}, | ||
@@ -30,0 +31,0 @@ "config": { |
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
70874
12
2
1
+ Addedpify@^4.0.0
+ Addedpify@4.0.1(transitive)