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.5.0-beta.40 to 0.5.0-beta.41

lib/template/src/recognitionData.ts.t.d.ts

2

lib/template/src/app.ts.t.js

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

sameSite: 'none',`}
noNextServer: noServer,
noNextServer: options?.noServer,,
nextServerOptions: {

@@ -117,0 +117,0 @@ dev: DEV,

@@ -24,3 +24,2 @@ "use strict";

logger: console,
context: app,
migrations: {

@@ -31,3 +30,3 @@ glob: resolvePath(

),
resolve: ({ name, path, context: app }) => {
resolve: ({ name, path }) => {
return {

@@ -34,0 +33,0 @@ name: name.replace(/.[t|j]s$/, ''),

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

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

},
"gitHead": "e1d2e54dae0d0c0e20c0487e4ed3f3f6faab5bde"
"gitHead": "c83934901fd59f619d86cc78af985f589712a2e2"
}

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