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
435
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.19 to 0.3.20

2

dist/lib/common-files/typescript/package.template.json

@@ -11,3 +11,3 @@ {

"build:server": "tsc",
"build": "yarn copyfiles && yarn build:payload && yarn build:server",
"build": "{{runCommand}} copyfiles && {{runCommand}} build:payload && {{runCommand}} build:server",
"serve": "cross-env PAYLOAD_CONFIG_PATH=dist/payload.config.js NODE_ENV=production node dist/server.js",

@@ -14,0 +14,0 @@ "copyfiles": "copyfiles -u 1 \"src/**/*.{html,css,scss,ttf,woff,woff2,eot,svg,jpg,png}\" dist/",

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

templateName: template.name,
runCommand: packageManager === 'yarn' ? 'yarn' : 'npm run',
});

@@ -75,0 +76,0 @@ return [4 /*yield*/, fs_extra_1.default.writeFile(path_1.default.resolve(projectDir, 'package.json'), packageJson)

@@ -39,3 +39,3 @@ {

},
"version": "0.3.19",
"version": "0.3.20",
"devDependencies": {

@@ -42,0 +42,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