@styled-icons/styled-icon
Advanced tools
Comparing version 10.5.0 to 10.6.0
{ | ||
"name": "@styled-icons/styled-icon", | ||
"version": "10.5.0", | ||
"version": "10.6.0", | ||
"license": "MIT", | ||
"description": "Styled Icons base component", | ||
"author": "Jacob Gillespie <jacobwgillespie@gmail.com>", | ||
"homepage": "https://github.com/jacobwgillespie/styled-icons", | ||
"repository": "git://github.com/jacobwgillespie/styled-icons.git", | ||
"license": "MIT", | ||
"homepage": "https://github.com/styled-icons/styled-icons", | ||
"repository": "git://github.com/styled-icons/styled-icons.git", | ||
"keywords": [ | ||
"styled-icons" | ||
], | ||
"funding": { | ||
"type": "GitHub", | ||
"url": "https://github.com/sponsors/jacobwgillespie" | ||
}, | ||
"main": "./dist/index.js", | ||
@@ -13,15 +20,11 @@ "module": "./dist/index.esm.js", | ||
"sideEffects": false, | ||
"keywords": [ | ||
"styled-icons" | ||
], | ||
"files": [ | ||
"dist" | ||
], | ||
"publishConfig": { | ||
"access": "public" | ||
}, | ||
"scripts": { | ||
"build": "tsc --project tsconfig.esm.json && mv dist/index.js dist/index.esm.js && tsc --project tsconfig.json", | ||
"clean": "rm -rf dist" | ||
"clean": "ALLOWED_FILES=index.tsx clean-package" | ||
}, | ||
"dependencies": { | ||
"@emotion/is-prop-valid": "^0.8.7", | ||
"tslib": "^2.0.0" | ||
"@babel/runtime": "^7.10.3", | ||
"@emotion/is-prop-valid": "^0.8.7" | ||
}, | ||
@@ -33,7 +36,6 @@ "peerDependencies": { | ||
"devDependencies": { | ||
"@styled-icons/tsconfig": "^10.5.0", | ||
"@styled-icons/pack-builder": "^10.6.0", | ||
"react": "^16.13.1", | ||
"styled-components": "^5.1.1" | ||
}, | ||
"gitHead": "d2702c51f0390b58126116bf14485c85b925adbd" | ||
} | ||
} |
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
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
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
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 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
144
14166
4
2
+ Added@babel/runtime@^7.10.3
+ Added@babel/runtime@7.26.0(transitive)
+ Addedregenerator-runtime@0.14.1(transitive)
- Removedtslib@^2.0.0
- Removedtslib@2.8.1(transitive)