Comparing version 0.6.4 to 0.7.0
{ | ||
"name": "unpartial", | ||
"version": "0.6.4", | ||
"version": "0.7.0", | ||
"description": "Unpartial a partialed object", | ||
@@ -18,53 +18,58 @@ "homepage": "https://github.com/unional/unpartial", | ||
}, | ||
"type": "module", | ||
"exports": { | ||
"import": "./esm/index.js", | ||
"require": "./cjs/index.js" | ||
}, | ||
"main": "./cjs/index.js", | ||
"types": "./esm/index.d.ts", | ||
"files": [ | ||
"lib", | ||
"libm", | ||
"src" | ||
"cjs", | ||
"esm", | ||
"ts", | ||
"!ts/**/*.spec.ts" | ||
], | ||
"main": "lib/index.js", | ||
"module": "libm/index.js", | ||
"jsnext:main": "libm/index.js", | ||
"typings": "lib/index.d.ts", | ||
"scripts": { | ||
"build": "tsc -p tsconfig.es5.json && tsc -p tsconfig.esnext.json", | ||
"clean": "rimraf lib libm", | ||
"build": "run-p build:cjs build:esm", | ||
"build:cjs": "tsc -p tsconfig.cjs.json", | ||
"build:esm": "tsc -p tsconfig.esm.json", | ||
"clean": "rimraf coverage cjs esm lib libm", | ||
"coverage": "jest --coverage", | ||
"dc": "yarn dependency-check", | ||
"dependency-check": "dependency-check . --unused --no-dev && dependency-check . --missing --no-dev", | ||
"cs": "changeset", | ||
"depcheck": "depcheck", | ||
"lint": "eslint --ext=ts,js .", | ||
"_postinstall": "husky install", | ||
"prepack": "pinst --disable", | ||
"postpack": "pinst --enable", | ||
"size": "size-limit", | ||
"test": "jest", | ||
"verify": "yarn lint && yarn build && yarn dependency-check && jest --coverage --reporters=default", | ||
"verify": "npm-run-all clean -p build depcheck lint -p coverage size", | ||
"version": "changeset version", | ||
"publish": "changeset publish", | ||
"watch": "jest --watch", | ||
"watch:type": "tsc --watch" | ||
}, | ||
"dependencies": {}, | ||
"devDependencies": { | ||
"@babel/core": "^7.16.0", | ||
"@babel/plugin-proposal-class-properties": "^7.16.0", | ||
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.16.0", | ||
"@babel/plugin-proposal-optional-chaining": "^7.16.0", | ||
"@babel/preset-env": "^7.16.4", | ||
"@babel/preset-typescript": "^7.16.0", | ||
"@commitlint/cli": "^15.0.0", | ||
"@commitlint/config-conventional": "^15.0.0", | ||
"@size-limit/preset-small-lib": "^7.0.3", | ||
"@types/jest": "^27.0.3", | ||
"assertron": "^7.0.1", | ||
"codecov": "^3.8.3", | ||
"dependency-check": "^4.1.0", | ||
"eslint": "^8.4.0", | ||
"eslint-plugin-harmony": "^6.0.0", | ||
"husky": "^7.0.4", | ||
"is-ci": "^3.0.1", | ||
"jest": "^27.4.3", | ||
"jest-junit": "^13.0.0", | ||
"jest-progress-tracker": "^3.0.0", | ||
"jest-validate": "^27.4.2", | ||
"@changesets/cli": "^2.22.0", | ||
"@commitlint/cli": "^17.0.1", | ||
"@commitlint/config-conventional": "^17.0.0", | ||
"@size-limit/preset-small-lib": "^7.0.8", | ||
"@types/jest": "^27.5.1", | ||
"@typescript-eslint/eslint-plugin": "^5.26.0", | ||
"depcheck": "^1.4.3", | ||
"eslint": "^8.16.0", | ||
"eslint-plugin-harmony": "^7.1.0", | ||
"husky": "^8.0.1", | ||
"jest": "^28.1.0", | ||
"jest-validate": "^28.1.0", | ||
"jest-watch-suspend": "^1.1.2", | ||
"jest-watch-toggle-config": "^2.0.1", | ||
"jest-watch-typeahead": "^1.0.0", | ||
"size-limit": "^7.0.3", | ||
"type-plus": "^3.13.1", | ||
"typescript": "^4.5.2" | ||
"jest-watch-typeahead": "^1.1.0", | ||
"npm-run-all": "^4.1.5", | ||
"pinst": "^3.0.0", | ||
"rimraf": "^3.0.2", | ||
"size-limit": "^7.0.8", | ||
"ts-jest": "^28.0.3", | ||
"type-plus": "^4.9.1", | ||
"typescript": "^4.7.2" | ||
}, | ||
@@ -76,5 +81,7 @@ "engines": { | ||
{ | ||
"path": "./esm/**/*.js", | ||
"limit": "5 KB" | ||
} | ||
] | ||
], | ||
"packageManager": "yarn@3.2.1" | ||
} |
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
22
Yes
20995
18
214
1