@adonisjs/sink
Advanced tools
Comparing version 1.0.17 to 1.1.0
@@ -0,1 +1,5 @@ | ||
# [1.1.0](https://github.com/adonisjs/adonis-sink/compare/1.0.17...1.1.0) (2021-03-26) | ||
<a name="1.0.17"></a> | ||
@@ -2,0 +6,0 @@ ## [1.0.17](https://github.com/adonisjs/adonis-sink/compare/v1.0.16...v1.0.17) (2018-09-23) |
{ | ||
"name": "@adonisjs/sink", | ||
"version": "1.0.17", | ||
"version": "1.1.0", | ||
"description": "Development kitchen sink for writing adonisjs providers", | ||
@@ -9,5 +9,5 @@ "main": "index.js", | ||
"pretest": "npm run lint", | ||
"test:local": "node ./node_modules/.bin/japa", | ||
"test:local": "node japaFile.js", | ||
"test": "npm run test:local", | ||
"test:win": "node ./node_modules/japa-cli/index.js" | ||
"test:win": "npm run test:local" | ||
}, | ||
@@ -22,10 +22,9 @@ "keywords": [ | ||
"devDependencies": { | ||
"cz-conventional-changelog": "^2.1.0", | ||
"japa": "^1.0.6", | ||
"japa-cli": "^1.0.1", | ||
"standard": "^11.0.0" | ||
"cz-conventional-changelog": "^3.3.0", | ||
"japa": "^3.1.1", | ||
"standard": "^16.0.3" | ||
}, | ||
"dependencies": { | ||
"lodash": "^4.17.5", | ||
"pify": "^4.0.0" | ||
"pify": "^5.0.0" | ||
}, | ||
@@ -32,0 +31,0 @@ "config": { |
@@ -6,4 +6,3 @@ # Adonis Sink | ||
[![NPM Version][npm-image]][npm-url] | ||
[![Build Status][travis-image]][travis-url] | ||
[![Appveyor][appveyor-image]][appveyor-url] | ||
[![CircleCI][circleci-image]][circleci-url] | ||
@@ -155,10 +154,6 @@ <img src="http://res.cloudinary.com/adonisjs/image/upload/q_100/v1497112678/adonis-purple_pzkmzt.svg" width="200px" align="right" hspace="30px" vspace="30px"> | ||
[appveyor-image]: https://img.shields.io/appveyor/ci/thetutlage/adonis-sink/master.svg?style=flat-square | ||
[npm-image]: https://img.shields.io/npm/v/@adonisjs/sink/legacy.svg?style=for-the-badge | ||
[npm-url]: https://npmjs.org/package/@adonisjs/sink | ||
[appveyor-url]: https://ci.appveyor.com/project/thetutlage/adonis-sink | ||
[npm-image]: https://img.shields.io/npm/v/adonis-sink.svg?style=flat-square | ||
[npm-url]: https://npmjs.org/package/adonis-sink | ||
[travis-image]: https://img.shields.io/travis/adonisjs/adonis-sink/master.svg?style=flat-square | ||
[travis-url]: https://travis-ci.org/adonisjs/adonis-sink | ||
[circleci-image]: https://img.shields.io/circleci/project/github/adonisjs/sink/legacy.svg?style=for-the-badge&logo=circleci | ||
[circleci-url]: https://circleci.com/gh/adonisjs/sink "circleci" |
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
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
3
551
0
23939
158
+ Addedpify@5.0.0(transitive)
- Removedpify@4.0.1(transitive)
Updatedpify@^5.0.0