@pikas-utils/color
Advanced tools
Comparing version 1.0.4 to 1.0.5
{ | ||
"name": "@pikas-utils/color", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"private": false, | ||
@@ -11,21 +11,10 @@ "keywords": [ | ||
"license": "MIT", | ||
"type": "module", | ||
"main": "dist/cjs/index.js", | ||
"module": "dist/mjs/index.js", | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"import": "./dist/index.js", | ||
"require": "./dist/index.cjs" | ||
}, | ||
"./dist/*": { | ||
"types": "./dist/*.d.ts", | ||
"import": "./dist/*.js", | ||
"require": "./dist/*.cjs" | ||
"import": "./dist/mjs/index.js", | ||
"require": "./dist/cjs/index.js" | ||
} | ||
}, | ||
"main": "./dist/index.cjs", | ||
"module": "./dist/index.js", | ||
"types": "./dist/index.d.ts", | ||
"files": [ | ||
"dist/**/*" | ||
], | ||
"repository": { | ||
@@ -54,10 +43,9 @@ "type": "git", | ||
"@types/node": "18.11.10", | ||
"@types/react": "18.0.25", | ||
"@types/react": "18.0.26", | ||
"@types/react-dom": "18.0.9", | ||
"cross-env": "7.0.3", | ||
"eslint": "8.28.0", | ||
"eslint": "8.29.0", | ||
"eslint-config-custom": "1.0.0", | ||
"react": "18.2.0", | ||
"react-dom": "18.2.0", | ||
"tsup": "6.5.0", | ||
"typescript": "4.9.3" | ||
@@ -67,4 +55,4 @@ }, | ||
"scripts": { | ||
"build": "tsup", | ||
"dev": "tsup --watch", | ||
"build": "rm -fr dist/* && tsc -p tsconfig.json && tsc -p tsconfig-cjs.json", | ||
"dev": "tsc --watch", | ||
"format": "prettier --write \"**/*.{ts,tsx}\"", | ||
@@ -71,0 +59,0 @@ "lint": "cross-env TIMING=1 eslint src --fix", |
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
Minified code
QualityThis package contains minified code. This may be harmless in some cases where minified code is included in packaged libraries, however packages on npm should not minify code.
Found 2 instances in 1 package
11
32
954
0
33260
1
No