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.3 to 2.10.4

parse/node.d.ts

22

parse/index.d.ts

@@ -26,3 +26,7 @@ // Type definitions for parse 2.10

/// <reference types="node" />
/// <reference path="node.d.ts" />
/// <reference path="react-native.d.ts" />
import { EventEmitter } from 'events';
declare enum ErrorCode {

@@ -86,3 +90,4 @@ OTHER_CAUSE = -1,

declare namespace Parse {
declare global {
namespace Parse {
let applicationId: string;

@@ -723,3 +728,3 @@ let javaScriptKey: string | undefined;

*/
class LiveQuerySubscription extends NodeJS.EventEmitter {
class LiveQuerySubscription extends EventEmitter {
/**

@@ -1302,15 +1307,4 @@ * Creates an instance of LiveQuerySubscription.

}
declare module 'parse/node' {
export = Parse;
}
declare module 'parse' {
import * as parse from 'parse/node';
export = parse;
}
declare module 'parse/react-native' {
import * as parse from 'parse/node';
export = parse;
}
export = Parse;
{
"name": "@types/parse",
"version": "2.10.3",
"version": "2.10.4",
"description": "TypeScript definitions for parse",

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

},
"typesPublisherContentHash": "c4ac32ee770576b0f4aea715c26a7097e3d95fc9f8cad973573e82f584d426f1",
"typesPublisherContentHash": "11fa09c450ca95adb2dd4a2d5aa57bdb7ef86823756f79acfd22d375d7099986",
"typeScriptVersion": "3.3"
}

@@ -11,7 +11,7 @@ # Installation

### Additional Details
* Last updated: Fri, 20 Dec 2019 07:06:51 GMT
* Last updated: Mon, 23 Dec 2019 16:51:03 GMT
* Dependencies: [@types/node](https://npmjs.com/package/@types/node)
* Global values: `ErrorCode`, `Parse`
* Global values: none
# Credits
These definitions were written by Ullisen Media Group (https://github.com/ullisenmedia), David Poetzsch-Heffter (https://github.com/dpoetzsch), Cedric Kemp (https://github.com/jaeggerr), Flavio Negrão (https://github.com/flavionegrao), Wes Grimes (https://github.com/wesleygrimes), Otherwise SAS (https://github.com/owsas), Andrew Goldis (https://github.com/agoldis), Alexandre Hétu Rivard (https://github.com/AlexandreHetu), Diamond Lewis (https://github.com/dplewis), Jong Eun Lee (https://github.com/yomybaby), Colin Ulin (https://github.com/pocketcolin), Robert Helms (https://github.com/rdhelms), Julien Quere (https://github.com/jlnquere), Yago Tomé (https://github.com/yagotome), Thibault MOCELLIN (https://github.com/tybi), Raschid JF Rafaelly (https://github.com/RaschidJFR), Jeff Gu Kang (https://github.com/jeffgukang), Bui Tan Loc (https://github.com/buitanloc), and Linus Unnebäck (https://github.com/LinusU).
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