Comparing version 1.5.4 to 1.6.0
'use strict'; | ||
const debug = require('debug')('runscript'); | ||
const debug = require('util').debuglog('runscript'); | ||
const is = require('is-type-of'); | ||
@@ -5,0 +5,0 @@ const assert = require('assert'); |
{ | ||
"name": "runscript", | ||
"version": "1.5.4", | ||
"version": "1.6.0", | ||
"description": "Run script easy!", | ||
@@ -14,6 +14,6 @@ "main": "index.js", | ||
"lint": "eslint index.js test --fix", | ||
"ci": "npm run lint && npm run test-cov" | ||
"ci": "npm run lint && npm run test-cov", | ||
"contributor": "git-contributor" | ||
}, | ||
"dependencies": { | ||
"debug": "^2.6.8", | ||
"is-type-of": "^1.1.0" | ||
@@ -23,6 +23,7 @@ }, | ||
"@types/node": "^12.0.8", | ||
"autod": "^3.1.0", | ||
"autod": "^3.1.2", | ||
"egg-bin": "^1.11.1", | ||
"eslint": "^4.19.1", | ||
"eslint-config-egg": "^6.0.0", | ||
"git-contributor": "^2.1.5", | ||
"typescript": "^3.9.3" | ||
@@ -29,0 +30,0 @@ }, |
@@ -61,2 +61,3 @@ runscript | ||
[MIT](LICENSE.txt) | ||
<!-- GITCONTRIBUTOR_START --> | ||
@@ -68,6 +69,6 @@ | ||
| :---: | :---: | :---: | :---: | :---: | :---: | | ||
[<img src="https://avatars.githubusercontent.com/u/5856440?v=4" width="100px;"/><br/><sub><b>whxaxes</b></sub>](https://github.com/whxaxes)<br/> | ||
[<img src="https://avatars.githubusercontent.com/u/47808321?v=4" width="100px;"/><br/><sub><b>akitaSummer</b></sub>](https://github.com/akitaSummer)<br/>|[<img src="https://avatars.githubusercontent.com/in/17324?v=4" width="100px;"/><br/><sub><b>lgtm-com[bot]</b></sub>](https://github.com/apps/lgtm-com)<br/>|[<img src="https://avatars.githubusercontent.com/u/32174276?v=4" width="100px;"/><br/><sub><b>semantic-release-bot</b></sub>](https://github.com/semantic-release-bot)<br/>|[<img src="https://avatars.githubusercontent.com/u/5856440?v=4" width="100px;"/><br/><sub><b>whxaxes</b></sub>](https://github.com/whxaxes)<br/> | ||
This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Fri May 20 2022 10:00:09 GMT+0800`. | ||
This project follows the git-contributor [spec](https://github.com/xudafeng/git-contributor), auto updated at `Thu Jan 11 2024 16:25:27 GMT+0800`. | ||
<!-- GITCONTRIBUTOR_END --> |
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
10754
1
73
7
- Removeddebug@^2.6.8
- Removeddebug@2.6.9(transitive)
- Removedms@2.0.0(transitive)