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

typesafe-node-firestore

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

typesafe-node-firestore - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

CHANGELOG.md

4

index.ts

@@ -15,2 +15,4 @@ import * as firestore from "@google-cloud/firestore";

create(data: T): Promise<firestore.WriteResult>;
isEqual(other: TypedDocumentReference<T>): boolean;

@@ -43,2 +45,3 @@

extends firestore.DocumentSnapshot {
readonly ref: TypedDocumentReference<T>;
data(options?: firestore.QuerySnapshot): T | undefined;

@@ -89,2 +92,3 @@ }

extends firestore.QueryDocumentSnapshot {
readonly ref: TypedDocumentReference<T>;
data(): T;

@@ -91,0 +95,0 @@ }

19

package.json
{
"name": "typesafe-node-firestore",
"version": "1.0.0",
"version": "1.1.0",
"license": "MIT",

@@ -21,2 +21,3 @@ "repository": "github:bbangert/typesafe-node-firestore",

"build": "tsc",
"changelog": "conventional-changelog -i CHANGELOG.md -s -r 0",
"watch": "tsc --watch",

@@ -28,13 +29,13 @@ "lint": "eslint . --ext .ts,.tsx",

"peerDependencies": {
"@google-cloud/firestore": "^2.2.0"
"@google-cloud/firestore": "^2.6.0"
},
"devDependencies": {
"typescript": "^3.5.2",
"@typescript-eslint/parser": "^1.11.0",
"@typescript-eslint/eslint-plugin": "^1.11.0",
"eslint": "^5.16.0",
"typescript": "^3.7.2",
"@typescript-eslint/parser": "^2.6.1",
"@typescript-eslint/eslint-plugin": "^2.6.1",
"eslint": "^6.6.0",
"prettier": "^1.18.2",
"eslint-config-prettier": "^6.0.0",
"eslint-plugin-prettier": "^3.1.0",
"@google-cloud/firestore": "2.2.0"
"eslint-config-prettier": "^6.5.0",
"eslint-plugin-prettier": "^3.1.1",
"@google-cloud/firestore": "2.6.0"
},

@@ -41,0 +42,0 @@ "eslintConfig": {

@@ -7,2 +7,5 @@ # typesafe-node-firestore

This library is for use with `@google-cloud/firestore`, while the library its based on is intended for the browser-based Javascript
Firestore library.
Based on [typesafe-firestore](https://github.com/chaseholdren/typesafe-firestore).

@@ -9,0 +12,0 @@

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