@neo-one/logger-config
Advanced tools
Comparing version 1.1.0-rush to 2.3.0
@@ -6,4 +6,20 @@ # Change Log | ||
# [2.3.0](https://github.com/neo-one-suite/neo-one/compare/@neo-one/logger-config@1.0.2...@neo-one/logger-config@2.3.0) (2019-10-23) | ||
**Note:** Version bump only for package @neo-one/logger-config | ||
## [1.0.2](https://github.com/neo-one-suite/neo-one/compare/@neo-one/logger-config@1.0.1...@neo-one/logger-config@1.0.2) (2019-10-23) | ||
**Note:** Version bump only for package @neo-one/logger-config | ||
## 1.0.1 (2019-08-22) | ||
**Note:** Version bump only for package @neo-one/logger-config |
{ | ||
"name": "@neo-one/logger-config", | ||
"version": "1.1.0-rush", | ||
"version": "2.3.0", | ||
"author": "Alex DiCarlo <alexdicarlo@gmail.com>", | ||
"description": "NEO•ONE logging utility config", | ||
"main": "./lib/index", | ||
"scripts": { | ||
"build": "gulp", | ||
"lint": "node ./node_modules/@neo-one/build-tools/neo-one-lint.js", | ||
"lint:staged": "lint-staged --relative" | ||
"license": "MIT", | ||
"homepage": "https://neo-one.io", | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/neo-one-suite/neo-one.git" | ||
}, | ||
"dependencies": { | ||
"tslib": "^1.10.0" | ||
"bugs": { | ||
"url": "https://github.com/neo-one-suite/neo-one/issues" | ||
}, | ||
"devDependencies": { | ||
"@neo-one/build-tools": "^1.0.0", | ||
"gulp": "~4.0.2" | ||
"keywords": [ | ||
"neo", | ||
"blockchain", | ||
"neo-one", | ||
"dapp" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"engines": { | ||
"node": ">=10.16.0" | ||
}, | ||
"main": "index.js", | ||
"types": "index.d.ts", | ||
"sideEffects": false | ||
} | ||
} |
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No contributors or author data
MaintenancePackage does not specify a list of contributors or an author in package.json.
Found 1 instance in 1 package
No bug tracker
MaintenancePackage does not have a linked bug tracker in package.json.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
6897
0
0
0
0
0
1
30
0
8
19
- Removedtslib@^1.10.0
- Removedtslib@1.14.1(transitive)