New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.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 1.0.0 to 1.0.1

4

main.js

@@ -58,3 +58,2 @@ const zip = require('bestzip');

if (directory || accesstoken || appid) {
directory = path.resolve(directory);
console.log(`Compressing directory: ${path.relative(__dirname, directory)}`);

@@ -65,3 +64,4 @@ return zipProject(directory).then(() => {

console.log(`\tAppId: ${appid}`);
deploytoFacebook(accesstoken, appid, `${directory}.zip`, comment)
console.log(`\tFile: ${path.resolve(directory)}.zip`);
deploytoFacebook(accesstoken, appid, `${path.resolve(directory)}.zip`, comment)
.then(resolve)

@@ -68,0 +68,0 @@ .catch(reject);

{
"name": "fbinstant-deploy",
"version": "1.0.0",
"version": "1.0.1",
"description": "Deployer for Facebook Instant Games",

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

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