New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

create-appncy

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-appncy - npm Package Compare versions

Comparing version 1.0.17 to 1.0.18

templates/next-eslint-ts-shadcn/.editorconfig

10

package.json
{
"name": "create-appncy",
"version": "1.0.17",
"version": "1.0.18",
"description": "Create projects as goncy would",

@@ -22,8 +22,8 @@ "main": "index.mjs",

},
"devDependencies": {
"prettier": "^3.0.3"
},
"scripts": {
"start": "node index.mjs"
},
"devDependencies": {
"prettier": "^3.0.3"
}
}
}
/** @type {import('next').NextConfig} */
const nextConfig = {};
const nextConfig = {
logging: {
fetches: {
fullUrl: true,
},
},
};
module.exports = nextConfig;
{
"editor.formatOnSave": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
"typescript.tsdk": "node_modules\\typescript\\lib",
"typescript.enablePromptUseWorkspaceTsdk": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
}
}

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