@github/catalyst
Advanced tools
Comparing version 1.3.2 to 1.4.0
{ | ||
"name": "@github/catalyst", | ||
"version": "1.3.2", | ||
"version": "1.4.0", | ||
"description": "Helpers for creating HTML Elements as Controllers", | ||
@@ -30,5 +30,6 @@ "homepage": "https://github.github.io/catalyst", | ||
"lint": "eslint . --ignore-path .gitignore", | ||
"pretest": "npm run build", | ||
"test": "npm run lint && karma start test/karma.config.cjs", | ||
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'" | ||
"postpublish": "npm publish --ignore-scripts --@github:registry='https://npm.pkg.github.com'", | ||
"presize": "npm run build", | ||
"size": "size-limit", | ||
"test": "web-test-runner test/* --node-resolve" | ||
}, | ||
@@ -39,19 +40,22 @@ "prettier": "@github/prettier-config", | ||
"@lhci/cli": "^0.7.0", | ||
"@open-wc/testing": "^3.1.2", | ||
"@size-limit/preset-small-lib": "^7.0.8", | ||
"@typescript-eslint/eslint-plugin": "^5.16.0", | ||
"@typescript-eslint/parser": "^5.16.0", | ||
"chai": "^4.3.0", | ||
"chai-spies": "^1.0.0", | ||
"chromium": "^3.0.3", | ||
"@web/dev-server-esbuild": "^0.3.0", | ||
"@web/test-runner": "^0.13.27", | ||
"eslint": "^8.12.0", | ||
"eslint-plugin-github": "^4.3.6", | ||
"karma": "^6.1.1", | ||
"karma-chai": "^0.1.0", | ||
"karma-chai-spies": "^0.1.4", | ||
"karma-chrome-launcher": "^3.1.0", | ||
"karma-mocha": "^2.0.1", | ||
"karma-mocha-reporter": "^2.2.5", | ||
"mocha": "^8.3.0", | ||
"sinon": "^13.0.1", | ||
"size-limit": "^7.0.8", | ||
"tslib": "^2.3.1", | ||
"typescript": "^4.6.3" | ||
} | ||
}, | ||
"size-limit": [ | ||
{ | ||
"path": "lib/index.js", | ||
"import": "{controller, attr, target, targets}", | ||
"limit": "1.64kb" | ||
} | ||
] | ||
} |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
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
14
3252
3
0
2