@clam-examples/multi-components
Advanced tools
Comparing version 0.1.0 to 1.0.0
{ | ||
"name": "@clam-examples/multi-components", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"license": "MIT", | ||
"exports": { | ||
"import": { | ||
"default": "./dist/esm/index.js", | ||
"types": "./dist/esm/index.d.ts" | ||
} | ||
}, | ||
"type": "module", | ||
"main": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist/**" | ||
], | ||
"dependencies": { | ||
@@ -37,4 +37,8 @@ "classnames": "^2.5.1" | ||
"stylelint": "stylelint '**/*.{css,scss,less}'", | ||
"stylelint:fix": "stylelint --fix '**/*.{css,scss,less}'" | ||
"stylelint:fix": "stylelint --fix '**/*.{css,scss,less}'", | ||
"test": "vitest run", | ||
"test:coverage": "vitest run --coverage", | ||
"test:ui": "vitest --ui", | ||
"test:watch": "vitest" | ||
} | ||
} |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
16193
10
1
Yes
254
1