Comparing version 1.1.2 to 1.2.0
{ | ||
"name": "checkcss", | ||
"version": "1.1.2", | ||
"version": "1.2.0", | ||
"type": "module", | ||
"description": "Utility method for warning when elements have a `class` attribute that refers to an undefined CSS class", | ||
"main": "index.js", | ||
"main": "dist/index.js", | ||
"types": "dist/index.d.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
"test": "echo \"Error: no test specified\" && exit 1", | ||
"prepare": "rm -fr dist && yarn build", | ||
"build": "tsc", | ||
"build:watch": "tsc --watch" | ||
}, | ||
@@ -24,3 +28,6 @@ "repository": { | ||
"author": " <robert@broofa.com>", | ||
"license": "ISC" | ||
"license": "ISC", | ||
"devDependencies": { | ||
"typescript": "^4.7.3" | ||
} | ||
} |
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
10605
8
181
1
1