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

5

lib/template/src/cli/migrate.ts.t.js

@@ -68,3 +68,6 @@ "use strict";

migrations: {
glob: resolvePath(__dirname, '../migrations/*.+(js|ts)'),
glob: resolvePath(
__dirname,
\`../migrations/*.\${__dirname.includes('/src/') ? 'ts' : 'js'}\`
),
resolve: ({ name, path, context: app }) => {

@@ -71,0 +74,0 @@ return {

4

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

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

},
"gitHead": "0be85603770fff9f9aee2ce9b151c57e70d27bba"
"gitHead": "c460d08706f44e3fcdefd685de68b681e2a32b99"
}

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