Comparing version 0.0.0 to 0.1.0
@@ -1,1 +0,47 @@ | ||
{"name":"compatx","version":"0.0.0"} | ||
{ | ||
"name": "compatx", | ||
"version": "0.1.0", | ||
"description": "🌴 Gradual feature flags.", | ||
"repository": "unjs/compatx", | ||
"license": "MIT", | ||
"sideEffects": false, | ||
"type": "module", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.mjs", | ||
"require": "./dist/index.cjs" | ||
} | ||
}, | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.mjs", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"build": "unbuild", | ||
"dev": "vitest dev", | ||
"lint": "eslint --cache . && prettier -c src test", | ||
"lint:fix": "eslint --cache . --fix && prettier -c src test -w", | ||
"prepack": "pnpm build", | ||
"play": "jiti playground", | ||
"release": "pnpm test && changelogen --release && npm publish && git push --follow-tags", | ||
"test": "pnpm lint && pnpm test:types && vitest run --coverage", | ||
"test:types": "tsc --noEmit --skipLibCheck" | ||
}, | ||
"devDependencies": { | ||
"@types/node": "^20.14.2", | ||
"@vitest/coverage-v8": "^1.6.0", | ||
"automd": "^0.3.7", | ||
"changelogen": "^0.5.5", | ||
"eslint": "^9.4.0", | ||
"eslint-config-unjs": "^0.3.2", | ||
"jiti": "^1.21.3", | ||
"prettier": "^3.3.1", | ||
"typescript": "^5.4.5", | ||
"unbuild": "^2.0.0", | ||
"vitest": "^1.6.0" | ||
}, | ||
"packageManager": "pnpm@9.2.0" | ||
} |
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
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
No README
QualityPackage does not have a README. This may indicate a failed publish or a low quality package.
Found 1 instance in 1 package
No License Found
License(Experimental) License information could not be found.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
5802
8
0
35
0
81
0
Yes
11