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

create-kda

Package Overview
Dependencies
Maintainers
1
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-kda - npm Package Compare versions

Comparing version 0.0.24 to 0.0.25

16

package.json
{
"name": "create-kda",
"version": "0.0.24",
"version": "0.0.25",
"main": "index.mjs",

@@ -18,3 +18,5 @@ "repository": "https://github.com/kdajs/create-kda.git",

],
"scripts": {},
"scripts": {
"test": "rm -rf __test__ && mkdir __test__ && cd __test__ && node ../index.mjs"
},
"dependencies": {

@@ -25,3 +27,13 @@ "axios": "^0.21.1",

"mustache": "^4.1.0"
},
"devDependencies": {
"@babel/core": "^7.14.3",
"@babel/eslint-parser": "^7.14.4",
"@babel/plugin-syntax-top-level-await": "^7.12.13",
"eslint": "^7.27.0",
"eslint-config-standard": "^16.0.2",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0"
}
}

2

README.md
# create-kda
Create KDA Project quickly and easily
Create KDA Project quickly and easily.

@@ -5,0 +5,0 @@ ```sh

@@ -10,5 +10,5 @@ {

"scripts": {
"json.schema": "kda json.schema ./src/@types/json.schema.d.ts",
"build:json.schema": "kda-build json.schema ./src/@types/json.schema.d.ts",
"build:ts": "kda-build",
"build": "run-s json.schema build:ts",
"build": "run-s build:json.schema build:ts",
"check:type": "tsc",

@@ -15,0 +15,0 @@ "check:format": "eslint ./src/**/*.ts",

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