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.2.7 to 2.2.8

2

parse/index.d.ts

@@ -304,3 +304,3 @@ // Type definitions for parse 2.2.1

static fetchAllWithInclude<T extends Object>(list: T[], keys: string | Array<string | Array<string>>, options: RequestOptions): Promise<T[]>;
static fromJSON(json: any, override?: boolean): Object;
static fromJSON<T extends Object>(json: any, override?: boolean): T;
static pinAll(objects: Object[]): Promise<void>;

@@ -307,0 +307,0 @@ static pinAllWithName(name: string, objects: Object[]): Promise<void>;

{
"name": "@types/parse",
"version": "2.2.7",
"version": "2.2.8",
"description": "TypeScript definitions for parse",

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

},
"typesPublisherContentHash": "7f808b80f719d30668f7b9dc34d517c610dd0870c197bef36b4321f54ceb3b4e",
"typesPublisherContentHash": "0fa956511940d227d7c12c631f573dbf8105d75e57db3f8914e207d6a083ea8c",
"typeScriptVersion": "2.4"
}

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

Additional Details
* Last updated: Mon, 08 Jul 2019 20:34:38 GMT
* Last updated: Tue, 03 Sep 2019 22:31:38 GMT
* Dependencies: @types/node

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

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