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.15 to 2.10.16

2

parse/index.d.ts

@@ -636,3 +636,3 @@ // Type definitions for parse 2.10

distinct<K extends keyof T['attributes'], V = T['attributes'][K]>(key: K): Promise<V>;
each(callback: Function, options?: Query.EachOptions): Promise<void>;
each(callback: (obj: T) => PromiseLike<void> | void, options?: Query.EachOptions): Promise<void>;
endsWith<K extends (keyof T['attributes'] | keyof BaseAttributes)>(key: K, suffix: string): this;

@@ -639,0 +639,0 @@ equalTo<K extends (keyof T['attributes'] | keyof BaseAttributes)>(key: K, value: T['attributes'][K] | (T['attributes'][K] extends Object ? Pointer : never)): this;

{
"name": "@types/parse",
"version": "2.10.15",
"version": "2.10.16",
"description": "TypeScript definitions for parse",

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

},
"typesPublisherContentHash": "b8861d58afae015100f7b8458473cee01a116284499299298f9795c9d034f5fd",
"typesPublisherContentHash": "14b223eb29ce66f2865601c589d8e4dbe44b7e1ba34f9255ddd1c4854c5f52c7",
"typeScriptVersion": "3.7"
}

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

### Additional Details
* Last updated: Mon, 10 Feb 2020 17:35:47 GMT
* Last updated: Wed, 12 Feb 2020 17:59:12 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