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

@machinat/create-app

Package Overview
Dependencies
Maintainers
2
Versions
55
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@machinat/create-app - npm Package Compare versions

Comparing version 0.4.1-alpha.41 to 0.4.1-alpha.42

6

lib/template/src/migrations/0-init-app.ts.t.js

@@ -64,3 +64,3 @@ "use strict";

// add the page to Messenger webhook
// add page to Messenger webhook
await messengerBot.makeApiCall('POST', 'me/subscribed_apps', {

@@ -101,3 +101,3 @@ subscribed_fields: ['messages', 'messaging_postbacks'],

// remove the page to from webhook
// delete app subscriptions
await messengerBot.makeApiCall(

@@ -109,3 +109,3 @@ 'DELETE',

// delete Messenger webhook subscription
// remove page from webhook subscription
await messengerBot.makeApiCall(

@@ -112,0 +112,0 @@ 'DELETE',

@@ -15,11 +15,13 @@ "use strict";

"compilerOptions": {
"rootDir": "./src",
"outDir": "./lib",
"lib": ["es2018"],
"types": ["node"],
"module": "commonjs",
"target": "es2018",
"strictNullChecks": true,
"esModuleInterop": true,
"jsx": "react",
"jsxFactory": "Machinat.createElement",
"jsxFragmentFactory": "Machinat.Fragment",
"strictNullChecks": true,
"esModuleInterop": true,
"skipLibCheck": true,

@@ -29,6 +31,3 @@ "noUnusedLocals": true,

"declaration": true,
"sourceMap": true,
"types": ["node"],
"rootDir": "./src",
"outDir": "./lib"
"sourceMap": true
}

@@ -35,0 +34,0 @@ }

{
"name": "@machinat/create-app",
"version": "0.4.1-alpha.41",
"version": "0.4.1-alpha.42",
"author": "Patrick Liu <zeldalink0515@gmail.com> (https://github.com/lrills)",

@@ -35,3 +35,3 @@ "repository": {

},
"gitHead": "1816a5d564dcc340ad1cc883e1b4a37d33ec5074"
"gitHead": "97d56925543b23d284db3742e081c1d8e90fb1fb"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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