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.9.2 to 1.9.3

3

parse/index.d.ts

@@ -330,2 +330,4 @@ // Type definitions for parse 1.9

static extend(className: string, protoProps?: any, classProps?: any): any;
static fromJSON(json: any, override: boolean): any;
static fetchAll<T extends Object>(list: T[], options: SuccessFailureOptions): Promise<T[]>;

@@ -335,3 +337,2 @@ static fetchAllIfNeeded<T extends Object>(list: T[], options: SuccessFailureOptions): Promise<T[]>;

static saveAll<T extends Object>(list: T[], options?: Object.SaveAllOptions): Promise<T[]>;
static registerSubclass<T extends Object>(className: string, clazz: new (options?: any) => T): void;

@@ -338,0 +339,0 @@

{
"name": "@types/parse",
"version": "1.9.2",
"version": "1.9.3",
"description": "TypeScript definitions for parse",

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

"peerDependencies": {},
"typesPublisherContentHash": "60f03cee185c7c942d9c79e3011f4d755bda5e838dc2a3ef42c9df6c7f06ed8f",
"typesPublisherContentHash": "040fbac3041d6eb2a3f9554f399346c0cc0a957c846bcd4ac410bcbba2191a13",
"typeScriptVersion": "2.3"
}

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

Additional Details
* Last updated: Fri, 16 Jun 2017 16:37:51 GMT
* Last updated: Tue, 20 Jun 2017 20:20:01 GMT
* Dependencies: node, jquery, underscore

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

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