react-world-flags
Advanced tools
Comparing version 1.2.0 to 1.2.1
{ | ||
"name": "react-world-flags", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "SVG flags of the world for react", | ||
@@ -15,5 +15,12 @@ "main": "dist/react-world-flags.js", | ||
}, | ||
"keywords": ["react", "reactjs", "world", "flag", "flags", "svg"], | ||
"keywords": [ | ||
"react", | ||
"reactjs", | ||
"world", | ||
"flag", | ||
"flags", | ||
"svg" | ||
], | ||
"author": "SMU", | ||
"license": "ISC", | ||
"license": "MIT", | ||
"bugs": { | ||
@@ -57,6 +64,5 @@ "url": "https://github.com/smucode/react-world-flags/issues" | ||
"gen": "babel-node scripts/genFlagExports.js", | ||
"build-demo": "webpack --config demo/webpack.config.js", | ||
"pre-publish": | ||
"npm run gen && npm run lint && npm run test && npm run build && npm run build-demo" | ||
"build-demo": "webpack --config docs/webpack.config.js", | ||
"pre-publish": "npm run gen && npm run lint && npm run test && npm run build && npm run build-demo" | ||
} | ||
} |
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
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
8755641