@adactive/arc-loading-screen
Advanced tools
Comparing version 2.1.0-alpha.0 to 2.1.0-alpha.1
{ | ||
"name": "@adactive/arc-loading-screen", | ||
"version": "2.1.0-alpha.0", | ||
"version": "2.1.0-alpha.1", | ||
"description": "Adsum Loading Screen Component", | ||
@@ -17,2 +17,14 @@ "main": "index.js", | ||
"scripts": {}, | ||
"dependencies": { | ||
"chalk": "^1.1.3", | ||
"commander": "^2.9.0", | ||
"prex-es5": "^0.4.2" | ||
}, | ||
"devDependencies": { | ||
"prop-types": "^15.6.1", | ||
"react": "^16.3.1", | ||
"react-redux": "^5.0.7", | ||
"redux": "^3.7.2", | ||
"redux-saga": "^0.16.0" | ||
}, | ||
"publishConfig": { | ||
@@ -26,3 +38,6 @@ "access": "public" | ||
], | ||
"gitHead": "dcdaeb64636927ac74ed8f98406724954718ab8a" | ||
"bin": { | ||
"arc-loading-screen": "./cli.js" | ||
}, | ||
"gitHead": "8f6e359c45983af383a3f301078542efc9e04541" | ||
} |
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
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
40379
12
261
3
5
1
+ Addedchalk@^1.1.3
+ Addedcommander@^2.9.0
+ Addedprex-es5@^0.4.2
+ Addedansi-regex@2.1.1(transitive)
+ Addedansi-styles@2.2.1(transitive)
+ Addedchalk@1.1.3(transitive)
+ Addedcommander@2.20.3(transitive)
+ Addedescape-string-regexp@1.0.5(transitive)
+ Addedhas-ansi@2.0.0(transitive)
+ Addedprex-es5@0.4.2(transitive)
+ Addedstrip-ansi@3.0.1(transitive)
+ Addedsupports-color@2.0.0(transitive)