rollup-plugin-conditional-exec
Advanced tools
Comparing version 1.0.1 to 1.0.2
{ | ||
"name": "rollup-plugin-conditional-exec", | ||
"version": "1.0.1", | ||
"version": "1.0.2", | ||
"author": "Alex Miller <codex.nz@gmail.com>", | ||
@@ -38,18 +38,18 @@ "description": "Execute a given command after a bundle has been written", | ||
"devDependencies": { | ||
"@types/jest": "^27.4.1", | ||
"@types/node": "^17.0.23", | ||
"@typescript-eslint/eslint-plugin": "^5.18.0", | ||
"@typescript-eslint/parser": "^5.18.0", | ||
"eslint": "^8.12.0", | ||
"eslint-config-airbnb-typescript": "^16.2.0", | ||
"@types/jest": "^27.5.1", | ||
"@types/node": "^17.0.35", | ||
"@typescript-eslint/eslint-plugin": "^5.26.0", | ||
"@typescript-eslint/parser": "^5.26.0", | ||
"eslint": "^8.16.0", | ||
"eslint-config-airbnb-typescript": "^17.0.0", | ||
"eslint-config-prettier": "^8.5.0", | ||
"eslint-plugin-import": "^2.25.4", | ||
"eslint-plugin-import": "^2.26.0", | ||
"eslint-plugin-prettier": "^4.0.0", | ||
"jest": "^27.5.1", | ||
"jest": "^28.1.0", | ||
"prettier": "^2.6.2", | ||
"release-it": "^14.14.0", | ||
"ts-jest": "^27.1.4", | ||
"ts-node": "^10.7.0", | ||
"typescript": "^4.6.3" | ||
"release-it": "^15.0.0", | ||
"ts-jest": "^28.0.3", | ||
"ts-node": "^10.8.0", | ||
"typescript": "^4.7.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
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
1
12494