deepmerge-plus
Advanced tools
Comparing version 2.1.3 to 3.0.1
@@ -0,0 +0,0 @@ # [2.0.1](https://github.com/KyleAMathews/deepmerge/releases/tag/v2.0.1) |
@@ -0,0 +0,0 @@ The MIT License (MIT) |
{ | ||
"name": "deepmerge-plus", | ||
"version": "2.1.3", | ||
"version": "3.0.1", | ||
"description": "A library for deep (recursive) merging of Javascript objects", | ||
@@ -14,3 +14,5 @@ "keywords": [ | ||
"overwrite", | ||
"recursive" | ||
"recursive", | ||
"create-by-yarn-tool", | ||
"create-by-tsdx" | ||
], | ||
@@ -27,3 +29,17 @@ "homepage": "https://github.com/bluelovers/deepmerge#readme", | ||
"author": "Nick Fisher", | ||
"main": "index", | ||
"sideEffects": false, | ||
"exports": { | ||
".": { | ||
"types": "./dist/index.d.ts", | ||
"require": "./dist/index.cjs", | ||
"import": "./dist/index.esm.mjs" | ||
}, | ||
"./package.json": "./package.json", | ||
"./src/*": "./src/*" | ||
}, | ||
"main": "dist/index.cjs", | ||
"unpkg": "dist/index.umd.production.min.cjs", | ||
"module": "dist/index.esm.mjs", | ||
"types": "dist/index.d.ts", | ||
"typings": "dist/index.d.ts", | ||
"directories": { | ||
@@ -33,17 +49,59 @@ "test": "test" | ||
"scripts": { | ||
"jsmd": "npx jsmd readme.md", | ||
"mocha-test": "npx mocha --require ts-node/register \"!(node_modules)/**/*.{test,spec}.{ts,tsx}\"", | ||
"coverage": "yarn run test -- --coverage", | ||
"pretest": "echo pretest", | ||
"test": "echo test", | ||
"_test": "npm run mocha-test && npm run jsmd", | ||
"test:jest": "jest --passWithNoTests", | ||
"test:jest:clearCache": "jest --clearCache", | ||
"test:jest:coverage": "yarn run test:jest -- --coverage", | ||
"test:jest:snapshot": "yarn run test:jest -- -u", | ||
"test:snapshot": "yarn run test -- -u", | ||
"test:tsd": "ynpx tsd", | ||
"posttest": "yarn run build", | ||
"install:frozenLockfile": "yarn-tool install --frozen-lockfile", | ||
"install:resetLockfile": "yarn-tool install --reset-lockfile", | ||
"build": "yarn run build:tsdx && yarn run build:dts:bundle", | ||
"build:dts:bundle": "ynpx @bluelovers/dts-bundle-generator -o ./dist/index.d.ts ./src/index.ts --no-banner --inline-declare-global & echo build:dts:bundle", | ||
"build:dts:copy": "copy .\\src\\index.d.ts .\\dist\\index.d.ts & echo build:dts", | ||
"build:dts:tsc": "yarn run build:dts:copy && yarn run build:dts:tsc:emit && yarn run build:dts:copy", | ||
"build:dts:tsc:emit": "tsc --emitDeclarationOnly --declaration --noEmit false", | ||
"build:tsdx": "ynpx @bluelovers/tsdx build --target node", | ||
"ci:install": "yarn install --frozen-lockfile && yarn add -W yarn-tool lerna ynpx ts-node ts-jest jest typescript@next @bluelovers/jest-config", | ||
"ci:build": "echo ci:build", | ||
"npm:publish": "npm publish", | ||
"npm:publish:bump": "yarn run version:bump && npm publish", | ||
"ws:fix-all": "yarn-tool fix-all --overwriteHostedGitInfo", | ||
"ws:fix-all:resetStaticFiles": "yarn run ws:fix-all -- --resetStaticFiles", | ||
"preversion": "echo preversion && yarn run test", | ||
"version": "echo version", | ||
"version:bump": "yarn-tool version", | ||
"postversion": "echo postversion", | ||
"prepublish": "echo prepublish", | ||
"prepare": "echo prepare", | ||
"prepublishOnly": "yarn run preversion", | ||
"prepublishOnly:check-bin": "ynpx --quiet @yarn-tool/check-pkg-bin", | ||
"prepack": "echo prepack", | ||
"pack": "echo pack", | ||
"postpack": "echo postpack", | ||
"publish": "echo publish", | ||
"postpublish": "yarn run postpublish:changelog && yarn run postpublish:git:commit && yarn run postpublish:git:tag && yarn run postpublish:git:push", | ||
"postpublish:changelog": "ynpx --quiet @yarn-tool/changelog && git add ./CHANGELOG.md", | ||
"postpublish:git:commit": "git commit -m \"chore(release): publish\" . & echo postpublish:git:commit", | ||
"postpublish:git:push": "git push --follow-tags", | ||
"postpublish:git:tag": "ynpx --quiet @yarn-tool/tag", | ||
"postpublishOnly": "echo postpublishOnly", | ||
"jsmd": "ynpx jsmd readme.md", | ||
"mocha-test": "ynpx mocha --require ts-node/register \"!(node_modules)/**/*.{test,spec}.js\"", | ||
"ncu": "yarn-tool ncu -u", | ||
"tap-test": "tap test/*.tap.js", | ||
"test": "npm run mocha-test && npm run jsmd" | ||
"tsc:showConfig": "ynpx get-current-tsconfig -p" | ||
}, | ||
"dependencies": { | ||
"is-mergeable-object": "1.1.0" | ||
"is-mergeable-object": "1.1.1" | ||
}, | ||
"devDependencies": { | ||
"@bluelovers/tsconfig": "^1.0.0", | ||
"moment": "^2.20.1" | ||
"@bluelovers/tsconfig": "^1.0.34", | ||
"moment": "^2.29.4" | ||
}, | ||
"engines": { | ||
"node": ">=0.10.0" | ||
} | ||
"packageManager": "yarn@1.22.19" | ||
} |
@@ -0,0 +0,0 @@ deepmerge-plus |
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
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
84647
18
704
1
+ Addedis-mergeable-object@1.1.1(transitive)
- Removedis-mergeable-object@1.1.0(transitive)
Updatedis-mergeable-object@1.1.1