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

@amplicode/create-amplicode

Package Overview
Dependencies
Maintainers
0
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@amplicode/create-amplicode - npm Package Compare versions

Comparing version 0.9.3 to 0.10.2

6

dist/index.js

@@ -1531,3 +1531,3 @@ #!/usr/bin/env node

module.exports = JSON.parse('{"name":"@amplicode/create-amplicode","version":"0.9.3","description":"Create amplicode app","keywords":["code","typescript","react","generate"],"bin":{"create-amplicode":"dist/index.js"},"files":["dist/*","templates/*"],"dependencies":{"ejs":"^3.1.9","minimist":"^1.2.8"},"devDependencies":{"@types/ejs":"^3.1.5","@types/minimist":"^1.2.5","@types/node":"^20.11.2","copy-webpack-plugin":"^12.0.1","ts-loader":"^9.5.1","typescript":"^5.2.2","webpack":"^5.89.0","webpack-cli":"^5.1.4"},"scripts":{"build":"webpack","watch":"webpack --watch","test":"echo \\"Error: no test specified\\" && exit 1"},"publishConfig":{"access":"public"},"repository":"https://github.com/Amplicode/amplicode-create-app","author":"Amplicode","license":"Apache-2.0"}');
module.exports = JSON.parse('{"name":"@amplicode/create-amplicode","version":"0.10.2","description":"Create amplicode app","keywords":["code","typescript","react","generate"],"bin":{"create-amplicode":"dist/index.js"},"files":["dist/*","templates/*"],"dependencies":{"ejs":"^3.1.9","minimist":"^1.2.8"},"devDependencies":{"@types/ejs":"^3.1.5","@types/minimist":"^1.2.5","@types/node":"^20.11.2","copy-webpack-plugin":"^12.0.1","ts-loader":"^9.5.1","typescript":"^5.2.2","webpack":"^5.89.0","webpack-cli":"^5.1.4"},"scripts":{"build":"webpack","watch":"webpack --watch","generate:ra":"npm run build && node ./dist/index.js --appName ra-test --template react-admin --serverUrl localhost:8080 --restBasePath /rest --schema \'[{\\"entity\\":\\"owners\\",\\"screens\\":[\\"list\\",\\"edit\\"]}]\' --targetDir ../test-ra-app","test":"echo \\"Error: no test specified\\" && exit 1"},"publishConfig":{"access":"public"},"repository":"https://github.com/Amplicode/amplicode-create-app","author":"Amplicode","license":"Apache-2.0"}');

@@ -1592,7 +1592,7 @@ /***/ })

packageName: "@amplicode/amplicode-ra-storybook",
defaultVersion: "^0.0.3"
defaultVersion: "0.9.3"
},
"muiStorybook": {
packageName: "@amplicode/amplicode-mui-storybook",
defaultVersion: "^0.0.1"
defaultVersion: "0.9.1"
}

@@ -1599,0 +1599,0 @@ };

{
"name": "@amplicode/create-amplicode",
"version": "0.9.3",
"version": "0.10.2",
"description": "Create amplicode app",

@@ -30,2 +30,3 @@ "keywords": ["code", "typescript", "react", "generate"],

"watch": "webpack --watch",
"generate:ra": "npm run build && node ./dist/index.js --appName ra-test --template react-admin --serverUrl localhost:8080 --restBasePath /rest --schema '[{\"entity\":\"owners\",\"screens\":[\"list\",\"edit\"]}]' --targetDir ../test-ra-app",
"test": "echo \"Error: no test specified\" && exit 1"

@@ -32,0 +33,0 @@ },

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