filter-anything
Advanced tools
Comparing version 2.1.1 to 2.1.2
{ | ||
"name": "filter-anything", | ||
"version": "2.1.1", | ||
"version": "2.1.2", | ||
"sideEffects": false, | ||
@@ -41,21 +41,25 @@ "description": "A simple (TypeScript) integration of \"pick\" and \"omit\" to filter props of an object", | ||
"dependencies": { | ||
"is-what": "^3.6.0", | ||
"ts-toolbelt": "^6.3.1" | ||
"is-what": "^3.7.1", | ||
"ts-toolbelt": "^6.3.6" | ||
}, | ||
"devDependencies": { | ||
"@typescript-eslint/eslint-plugin": "^2.20.0", | ||
"@typescript-eslint/parser": "^2.20.0", | ||
"ava": "^3.3.0", | ||
"@typescript-eslint/eslint-plugin": "^2.23.0", | ||
"@typescript-eslint/parser": "^2.23.0", | ||
"ava": "^3.5.0", | ||
"eslint": "^6.8.0", | ||
"eslint-config-prettier": "^6.10.0", | ||
"eslint-plugin-tree-shaking": "^1.8.0", | ||
"rollup": "^1.31.1", | ||
"rollup": "^1.32.1", | ||
"rollup-plugin-typescript2": "^0.25.3", | ||
"ts-node": "^8.6.2", | ||
"typescript": "^3.8.2" | ||
"typescript": "^3.8.3" | ||
}, | ||
"ava": { | ||
"extensions": ["ts"], | ||
"require": ["ts-node/register"] | ||
"extensions": [ | ||
"ts" | ||
], | ||
"require": [ | ||
"ts-node/register" | ||
] | ||
} | ||
} |
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
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
156836
Updatedis-what@^3.7.1
Updatedts-toolbelt@^6.3.6