@nksaraf/colors
Advanced tools
Comparing version 0.0.3 to 0.0.4
{ | ||
"name": "@nksaraf/colors", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"description": "", | ||
@@ -8,25 +8,31 @@ "repository": "Nikhil Saraf", | ||
"author": "Nikhil Saraf <nsaraf98@gmail.com>", | ||
"main": "dist/colors.cjs.js", | ||
"unpkg": "dist/colors.js", | ||
"module": "dist/colors.js", | ||
"source": "src/colors.ts", | ||
"browser": "dist/colors.umd.js", | ||
"types": "dist/types", | ||
"files": [ | ||
"dist" | ||
], | ||
"scripts": { | ||
"build": "klap build -n Colors", | ||
"postbuild": "tsc -p tsconfig.json", | ||
"prepublishOnly": "yarn build", | ||
"start": "klap start", | ||
"watch": "klap watch" | ||
}, | ||
"scripts": {}, | ||
"devDependencies": { | ||
"klap": "4.2.3", | ||
"typescript": "3.8.3" | ||
}, | ||
"klap": { | ||
"example": "public/index.ts" | ||
} | ||
"pkger": { | ||
"builder": "rollup", | ||
"source": "src/colors.ts", | ||
"name": "colors" | ||
}, | ||
"module": "./dist/esm/colors.js", | ||
"browser": "./dist/esm/colors.js", | ||
"main": "./dist/cjs/production/colors.js", | ||
"types": "dist/types", | ||
"exports": { | ||
".": { | ||
"import": "./dist/esm/colors.js", | ||
"browser": "./dist/esm/colors.js", | ||
"require": "./dist/cjs/production/colors.js", | ||
"node": "./dist/cjs/production/colors.js", | ||
"default": "./dist/esm/colors.js" | ||
}, | ||
"./package.json": "./package.json", | ||
"./": "./" | ||
}, | ||
"files": [ | ||
"dist", | ||
"README.md", | ||
"dist/types" | ||
] | ||
} |
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
Environment variable access
Supply chain riskPackage accesses environment variables, which may be a sign of credential stuffing or data theft.
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
58744
1
744
2
1