react-blurhash
Advanced tools
Comparing version 0.1.3 to 0.2.0
# Changelog | ||
## 0.2.0 | ||
- Blurhash v2 | ||
- Drop IE11 support | ||
## 0.1.1 (July 1, 2019) | ||
- `Blurhash` component's `width` and `height` can now also be a string (CSS property) |
{ | ||
"name": "react-blurhash", | ||
"version": "0.1.3", | ||
"version": "0.2.0", | ||
"description": "Blurhash implementation for React", | ||
@@ -36,3 +36,3 @@ "keywords": [ | ||
"peerDependencies": { | ||
"blurhash": "^1.1.1", | ||
"blurhash": "^2.0.3", | ||
"react": ">=15" | ||
@@ -45,3 +45,3 @@ }, | ||
"@types/styled-components": "^5.1.4", | ||
"blurhash": "^1.1.2", | ||
"blurhash": "^2.0.3", | ||
"html-webpack-plugin": "^4.5.0", | ||
@@ -48,0 +48,0 @@ "prettier": "2.1.2", |
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
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
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
869862