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

create-payload-app

Package Overview
Dependencies
Maintainers
1
Versions
436
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-payload-app - npm Package Compare versions

Comparing version 0.3.26 to 0.3.27

2

dist/lib/get-db-connection.js

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

message: 'Enter MongoDB connection',
initial: "mongodb://localhost/".concat(projectName === '.'
initial: "mongodb://127.0.0.1/".concat(projectName === '.'
? "payload-".concat(getRandomDigitSuffix())

@@ -60,0 +60,0 @@ : (0, slugify_1.default)(projectName)),

@@ -7,3 +7,3 @@ import { buildConfig } from 'payload/config';

export default buildConfig({
serverURL: 'http://localhost:3000',
serverURL: 'http://127.0.0.1:3000',
admin: {

@@ -23,2 +23,2 @@ user: Users.slug,

},
});
})

@@ -10,15 +10,9 @@ import { buildConfig } from 'payload/config';

export default buildConfig({
serverURL: 'http://localhost:3000',
serverURL: 'http://127.0.0.1:3000',
admin: {
user: Users.slug,
},
collections: [
Categories,
Posts,
Tags,
Users,
Media,
],
collections: [Categories, Posts, Tags, Users, Media],
typescript: {
outputFile: path.resolve(__dirname, 'payload-types.ts')
outputFile: path.resolve(__dirname, 'payload-types.ts'),
},

@@ -28,2 +22,2 @@ graphQL: {

},
});
})

@@ -7,12 +7,9 @@ import { buildConfig } from 'payload/config';

export default buildConfig({
serverURL: 'http://localhost:3000',
serverURL: 'http://127.0.0.1:3000',
admin: {
user: Users.slug,
},
collections: [
TodoLists,
Users,
],
collections: [TodoLists, Users],
typescript: {
outputFile: path.resolve(__dirname, 'payload-types.ts')
outputFile: path.resolve(__dirname, 'payload-types.ts'),
},

@@ -22,2 +19,2 @@ graphQL: {

},
});
})

@@ -40,3 +40,3 @@ {

},
"version": "0.3.26",
"version": "0.3.27",
"devDependencies": {

@@ -43,0 +43,0 @@ "@types/command-exists": "^1.2.0",

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