@corex/deepmerge
Advanced tools
Comparing version 2.2.14 to 2.2.15
{ | ||
"name": "@corex/deepmerge", | ||
"version": "2.2.14", | ||
"source": "./src/index.ts", | ||
"main": "./dist/index.js", | ||
"module": "./dist/index.esm.js", | ||
"types": "./dist/index.d.ts", | ||
"version": "2.2.15", | ||
"main": "./dist/cjs/index.js", | ||
"module": "./dist/esnext/index.js", | ||
"types": "./dist/@types/index.d.ts", | ||
"license": "MIT", | ||
@@ -18,4 +17,4 @@ "description": "A zero dependency object merger with typescript support and built in common merge utilities.", | ||
"scripts": { | ||
"bundle": "microbundle", | ||
"build": "tsc", | ||
"build": "tsc && yarn build:cjs", | ||
"build:cjs": "tsc --module commonjs --outDir dist/cjs", | ||
"test": "jest", | ||
@@ -22,0 +21,0 @@ "lint": "tsc --noEmit --declaration" |
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
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
41
471
17895