filter-anything
Advanced tools
Comparing version 3.0.6 to 3.0.7
{ | ||
"name": "filter-anything", | ||
"version": "3.0.6", | ||
"version": "3.0.7", | ||
"description": "A simple (TypeScript) integration of \"pick\" and \"omit\" to filter props of an object", | ||
"type": "module", | ||
"sideEffects": false, | ||
"type": "module", | ||
"description": "A simple (TypeScript) integration of \"pick\" and \"omit\" to filter props of an object", | ||
"module": "./dist/index.es.js", | ||
"main": "./dist/index.cjs", | ||
"types": "./dist/types/index.d.ts", | ||
"types": "./dist/index.d.ts", | ||
"module": "./dist/index.js", | ||
"main": "./dist/index.js", | ||
"exports": { | ||
".": { | ||
"types": "./dist/types/index.d.ts", | ||
"import": "./dist/index.es.js", | ||
"require": "./dist/index.cjs" | ||
"require": { | ||
"types": "./dist/cjs/index.d.cts", | ||
"default": "./dist/cjs/index.cjs" | ||
}, | ||
"import": { | ||
"types": "./dist/index.d.ts", | ||
"default": "./dist/index.js" | ||
} | ||
} | ||
@@ -26,3 +31,3 @@ }, | ||
"test": "vitest run", | ||
"build": "rollup --bundleConfigAsCjs -c ./scripts/build.js", | ||
"build": "rollup -c ./rollup.config.js", | ||
"release": "npm run lint && del dist && npm run build && np" | ||
@@ -71,4 +76,5 @@ }, | ||
"prettier": "^2.8.8", | ||
"rollup": "^3.21.5", | ||
"rollup-plugin-typescript2": "^0.34.1", | ||
"rollup": "^3.23.0", | ||
"rollup-plugin-dts": "^5.3.0", | ||
"rollup-plugin-esbuild": "^5.0.0", | ||
"typescript": "^4.9.5", | ||
@@ -75,0 +81,0 @@ "vitest": "^0.31.0" |
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
14339
13
7
176
1