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

@loopback/filter

Package Overview
Dependencies
Maintainers
10
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@loopback/filter - npm Package Compare versions

Comparing version 3.0.3 to 3.0.4

12

package.json
{
"name": "@loopback/filter",
"description": "Utility typings and filters for LoopBack filters.",
"version": "3.0.3",
"version": "3.0.4",
"license": "MIT",

@@ -38,8 +38,8 @@ "main": "dist/index.js",

"devDependencies": {
"@loopback/build": "^9.0.3",
"@loopback/testlab": "^5.0.3",
"@types/node": "^14.18.26",
"typescript": "~4.7.4"
"@loopback/build": "^9.0.4",
"@loopback/testlab": "^5.0.4",
"@types/node": "^14.18.32",
"typescript": "~4.8.4"
},
"gitHead": "296d9a9577fd058d1a2b2386087686cefa65a7a9"
"gitHead": "947500110c84ba77b2197b759b559c195cfce260"
}

@@ -344,3 +344,3 @@ // Copyright IBM Corp. and LoopBack contributors 2020. All Rights Reserved.

const w: Where<MT> = {};
w[key] = val;
w[key] = val as ShortHandEqualType & MT[K];
return this.add(w);

@@ -347,0 +347,0 @@ }

Sorry, the diff of this file is not supported yet

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