Socket
Socket
Sign inDemoInstall

@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.45 to 0.4.1-alpha.46

4

lib/template/package.json.t.js

@@ -24,7 +24,7 @@ "use strict";

scripts: {
clean: 'rm -rf ./lib ./dist && rm tsconfig.tsbuildinfo',
clean: 'rm -rf ./lib ./dist && rm -f tsconfig.tsbuildinfo',
migrate: 'per-env',
'migrate:development': 'ts-node ./src/cli/migrate.ts',
'migrate:production': 'node ./lib/cli/migrate.js',
build: `npm run build:source${(0, _utils.when)(platforms.includes('webview'))` && npm run build:webview && npm run build:next`}`,
build: `npm run clean && npm run build:source${(0, _utils.when)(platforms.includes('webview'))` && npm run build:webview && npm run build:next`}`,
'build:source': 'tsc',

@@ -31,0 +31,0 @@ 'build:webview': 'mkdir -p ./lib/webview && cp ./src/webview/next.config.js ./lib/webview/',

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

const handleWebview = makeContainer({ deps: [Machinat.BaseBot] })(
const handleWebview = makeContainer({ deps: [Machinat.Bot] })(
(baseBot) =>

@@ -23,0 +23,0 @@ async ({

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

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

},
"gitHead": "c460d08706f44e3fcdefd685de68b681e2a32b99"
"gitHead": "d3da0eb1007540a951e0e0137aae727459a34eec"
}

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