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

@types/parse

Package Overview
Dependencies
Maintainers
1
Versions
123
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@types/parse - npm Package Compare versions

Comparing version 2.10.7 to 2.10.8

4

parse/index.d.ts

@@ -601,3 +601,5 @@ // Type definitions for parse 2.10

doesNotExist<K extends (keyof T['attributes'] | keyof BaseAttributes)>(key: K): this;
doesNotMatchKeyInQuery<U extends Object, K extends keyof T['attributes'], X extends Extract<keyof U['attributes'], string>>(key: K, queryKey: X, query: Query<U>): this;
doesNotMatchKeyInQuery<U extends Object,
K extends (keyof T['attributes'] | keyof BaseAttributes),
X extends Extract<keyof U['attributes'], string>>(key: K, queryKey: X, query: Query<U>): this;
doesNotMatchQuery<U extends Object, K extends keyof T['attributes']>(key: K, query: Query<U>): this;

@@ -604,0 +606,0 @@ distinct<K extends keyof T['attributes'], V = T['attributes'][K]>(key: K): Promise<V>;

{
"name": "@types/parse",
"version": "2.10.7",
"version": "2.10.8",
"description": "TypeScript definitions for parse",

@@ -119,4 +119,4 @@ "license": "MIT",

},
"typesPublisherContentHash": "e83453b8155267bd4d35db9bac2680ed1ae7b132889297bded301a7dd6f54168",
"typesPublisherContentHash": "7a79c51905297c978a326238a78772b99870cac2874a5980bc41235e1edef53b",
"typeScriptVersion": "3.5"
}

@@ -11,3 +11,3 @@ # Installation

### Additional Details
* Last updated: Fri, 03 Jan 2020 19:30:33 GMT
* Last updated: Mon, 06 Jan 2020 22:15:25 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)

@@ -14,0 +14,0 @@ * Global values: none

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