New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@typeheim/orm-on-fire

Package Overview
Dependencies
Maintainers
1
Versions
45
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typeheim/orm-on-fire - npm Package Compare versions

Comparing version 0.0.0-beta.51 to 0.0.0-beta.53

4

package.json
{
"name": "@typeheim/orm-on-fire",
"version": "0.0.0-beta.51",
"version": "0.0.0-beta.53",
"description": "Firestore ORM",

@@ -46,3 +46,3 @@ "keywords": [

},
"gitHead": "2e7cf5586f4b31b7859ebe994b128115716dea10"
"gitHead": "a28d37aa6e0f9498dec5d1c5b1074dcb2c9dd633"
}

@@ -56,2 +56,3 @@ "use strict";

let filter = {};
filter['id'] = new FieldFilter_1.FieldFilter(this.queryState, 'id');
this.filterFields.forEach(field => {

@@ -58,0 +59,0 @@ filter[field.name] = new FieldFilter_1.FieldFilter(this.queryState, field.name);

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