Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

filter-anything

Package Overview
Dependencies
Maintainers
1
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

filter-anything - npm Package Compare versions

Comparing version 2.1.3 to 2.1.4

13

package.json
{
"name": "filter-anything",
"version": "2.1.3",
"version": "2.1.4",
"sideEffects": false,

@@ -42,3 +42,3 @@ "description": "A simple (TypeScript) integration of \"pick\" and \"omit\" to filter props of an object",

"is-what": "^3.10.0",
"ts-toolbelt": "^6.12.1"
"ts-toolbelt": "6.12.2"
},

@@ -59,5 +59,10 @@ "devDependencies": {

"ava": {
"extensions": ["ts"],
"require": ["tsconfig-paths/register", "ts-node/register"]
"extensions": [
"ts"
],
"require": [
"tsconfig-paths/register",
"ts-node/register"
]
}
}
{
"compilerOptions": {
"baseUrl": ".",
"declaration": true,

@@ -4,0 +5,0 @@ "declarationDir": "./types/",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc