New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

parse-run

Package Overview
Dependencies
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

parse-run

Run parse.com applications on localhost and web servers

latest
Source
npmnpm
Version
2.0.19
Version published
Maintainers
1
Created
Source

parse-run

Run parse.com applications on localhost and web servers.

Installation

$ npm install parse-run -g

Prepare your project:

in config/global.json

add your javascriptKey:

{
    "applications": {
        "myApp": {
            "applicationId": "MYAPP_ID",
            "masterKey" : "MY_MASTER_KEY",
            "javascriptKey": "SET YOUR JS KEY HERE!"
        }
    }
}

and you're done!

Usage

From your parse app folder, you can now run parse-run [app name]

app name is optional.

$ parse-run [app name]

Limitations

As you know, Parse provide hooks (beforeSave, afterSave, beforeDelete, afterDelete) and define functions.

Those functions have to be uploaded to the Parse servers using parse deploy or parse develop.

Updating those functions locally without publishing your code to parse have no effect!

FAQs

Package last updated on 03 Jan 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts