@hig/icon
Advanced tools
Comparing version 0.2.0-alpha.b94224c6 to 0.2.0-alpha.c84a6e41
{ | ||
"name": "@hig/icon", | ||
"version": "0.2.0-alpha.b94224c6", | ||
"version": "0.2.0-alpha.c84a6e41", | ||
"description": "HIG Icon component", | ||
@@ -8,2 +8,6 @@ "author": "Autodesk Inc.", | ||
"homepage": "https://hig.autodesk.com", | ||
"repository": { | ||
"type": "git", | ||
"url": "https://github.com/Autodesk/hig.git" | ||
}, | ||
"publishConfig": { | ||
@@ -19,13 +23,14 @@ "access": "public" | ||
"dependencies": { | ||
"@hig/icons": "0.2.0-alpha.b94224c6", | ||
"classnames": "^2.2.5" | ||
"@hig/icons": "0.2.0-alpha.c84a6e41", | ||
"classnames": "^2.2.5", | ||
"prop-types": "^15.6.1" | ||
}, | ||
"devDependencies": { | ||
"@hig/babel-preset": "0.2.0-alpha.b94224c6", | ||
"@hig/eslint-config": "0.2.0-alpha.b94224c6", | ||
"@hig/scripts": "0.2.0-alpha.b94224c6", | ||
"@hig/styles": "0.2.0-alpha.b94224c6" | ||
"@hig/babel-preset": "0.2.0-alpha.c84a6e41", | ||
"@hig/eslint-config": "0.2.0-alpha.c84a6e41", | ||
"@hig/scripts": "0.2.0-alpha.c84a6e41", | ||
"@hig/semantic-release-config": "0.2.0-alpha.c84a6e41", | ||
"@hig/styles": "^0.1.1" | ||
}, | ||
"peerDependencies": { | ||
"prop-types": "^15.6.1", | ||
"react": "^15.4.1 || ^16.3.2" | ||
@@ -35,3 +40,4 @@ }, | ||
"build": "hig-scripts-build", | ||
"lint": "eslint src --color --ext .js,.jsx" | ||
"lint": "hig-scripts-lint", | ||
"release": "hig-scripts-release" | ||
}, | ||
@@ -41,2 +47,5 @@ "eslintConfig": { | ||
}, | ||
"release": { | ||
"extends": "@hig/semantic-release-config" | ||
}, | ||
"babel": { | ||
@@ -43,0 +52,0 @@ "env": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
373790
2601
5
58
+ Addedprop-types@^15.6.1
+ Added@hig/icons@0.2.0-alpha.c84a6e41(transitive)
- Removed@hig/icons@0.2.0-alpha.b94224c6(transitive)