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 1.11.16 to 1.11.17

10

parse v1.11/index.d.ts

@@ -86,4 +86,4 @@ /// <reference types="node" />

static is(possiblePromise: any): Boolean;
static when(promises: IPromise<any>[]): Promise<any>;
static when(...promises: IPromise<any>[]): Promise<any>;
static when(promises: Array<IPromise<any>>): Promise<any>;
static when(...promises: Array<IPromise<any>>): Promise<any>;

@@ -275,3 +275,3 @@ always(callback: Function): Promise<T>;

// Adds a Parse.Object or an array of Parse.Objects to the relation.
add(object: T | Array<T>): void;
add(object: T | T[]): void;

@@ -282,3 +282,3 @@ // Returns a Parse.Query that is limited to objects in this relation.

// Removes a Parse.Object or an array of Parse.Objects from this relation.
remove(object: T | Array<T>): void;
remove(object: T | T[]): void;
}

@@ -574,3 +574,3 @@

static or<U extends Object>(...var_args: Query<U>[]): Query<U>;
static or<U extends Object>(...var_args: Array<Query<U>>): Query<U>;

@@ -577,0 +577,0 @@ aggregate(pipeline: Query.AggregationOptions | Query.AggregationOptions[]): Query<T>;

{
"name": "@types/parse",
"version": "1.11.16",
"version": "1.11.17",
"description": "TypeScript definitions for parse",

@@ -51,4 +51,4 @@ "homepage": "https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/parse",

},
"typesPublisherContentHash": "627518bf0b588afcf1268df8043ac0068586e7bc9ee6e0b46ef6f1e892903a8c",
"typesPublisherContentHash": "165f1aa4af8a23a6a8837500457cf68c6ed3ab5b891870d03bcdd57193ef0243",
"typeScriptVersion": "4.5"
}

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

### Additional Details
* Last updated: Tue, 07 Nov 2023 20:08:00 GMT
* Last updated: Mon, 20 Nov 2023 23:36:24 GMT
* Dependencies: [@types/jquery](https://npmjs.com/package/@types/jquery), [@types/node](https://npmjs.com/package/@types/node), [@types/underscore](https://npmjs.com/package/@types/underscore)

@@ -14,0 +14,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