@graphql-inspector/logger
Advanced tools
Comparing version 0.0.0-canary.da4bdcc to 0.0.0-canary.e88122e
{ | ||
"name": "@graphql-inspector/logger", | ||
"version": "0.0.0-canary.da4bdcc", | ||
"version": "0.0.0-canary.e88122e", | ||
"description": "Logger for GraphQL Inspector", | ||
"sideEffects": false, | ||
"dependencies": { | ||
"chalk": "4.0.0", | ||
"chalk": "4.1.2", | ||
"figures": "3.2.0", | ||
"log-symbols": "4.0.0", | ||
"std-env": "2.2.1", | ||
"log-symbols": "^4.1.0", | ||
"std-env": "2.3.0", | ||
"tslib": "^2.0.0" | ||
@@ -24,8 +24,18 @@ }, | ||
"license": "MIT", | ||
"main": "index.cjs.js", | ||
"module": "index.esm.js", | ||
"main": "index.js", | ||
"module": "index.mjs", | ||
"typings": "index.d.ts", | ||
"typescript": { | ||
"definition": "index.d.ts" | ||
}, | ||
"exports": { | ||
".": { | ||
"require": "./index.js", | ||
"import": "./index.mjs" | ||
}, | ||
"./*": { | ||
"require": "./*.js", | ||
"import": "./*.mjs" | ||
} | ||
} | ||
} |
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
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
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
5280
4
175
1
+ Addedchalk@4.1.2(transitive)
+ Addedci-info@3.9.0(transitive)
+ Addedis-unicode-supported@0.1.0(transitive)
+ Addedlog-symbols@4.1.0(transitive)
+ Addedstd-env@2.3.0(transitive)
- Removedchalk@4.0.0(transitive)
- Removedci-info@1.6.0(transitive)
- Removedlog-symbols@4.0.0(transitive)
- Removedstd-env@2.2.1(transitive)
Updatedchalk@4.1.2
Updatedlog-symbols@^4.1.0
Updatedstd-env@2.3.0