Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fbinstant-deploy

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fbinstant-deploy - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

package.json
{
"name": "fbinstant-deploy",
"version": "0.0.4",
"version": "0.0.5",
"description": "Deployer for Facebook Instant Games",

@@ -5,0 +5,0 @@ "main": "main.js",

# Deployer for facebook instant games
An npm package to help automate the deployment of facebook instant games.
NPM package to help automate the deployment of facebook instant games.

@@ -13,13 +13,13 @@ The deploy() function returns a promise that will resolve if the package has been delivered to the facebook endpoint.

<code>require("fbinstant-deploy").deploy(directory, access_token, app_id, comment)</code>
```javascript
require("fbinstant-deploy").deploy(directory, access_token, app_id, comment);
```
# Example
<pre>
<code>
const fbinstantDeploy = require("fbinstant-deploy");
fbinstantDeploy.deploy("/some/dir/to/zip/", "access_token", "app_id", "some comment here").then(()=>{
console.log("Deployment successful!");
});
</code>
</pre>
```javascript
const fbinstantDeploy = require("fbinstant-deploy");
fbinstantDeploy.deploy("/some/dir/to/zip/", "access_token", "app_id", "some comment here").then(()=>{
console.log("Deployment successful!");
});
```
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