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

create-iles

Package Overview
Dependencies
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-iles - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

103

package.json
{
"name": "create-iles",
"version": "0.1.2",
"description": "An easy way to start an îles project",
"type": "module",
"bin": {
"create-iles": "outfile.cjs"
},
"files": [
"outfile.cjs",
"template"
],
"engines": {
"node": "^14.0.0 || >= 16.0.0"
},
"scripts": {
"prepare": "husky install",
"format": "prettier --write .",
"build": "esbuild --bundle index.js --format=cjs --platform=node --outfile=outfile.cjs",
"snapshot": "node snapshot.js",
"pretest": "run-s build snapshot",
"test": "node test.js",
"prepublishOnly": "run-s build snapshot"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ElMassimo/create-iles.git"
},
"keywords": [],
"authors": [
"Haoqun Jiang <haoqunjiang+npm@gmail.com>",
"Máximo Mussini <maximomussini@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ElMassimo/create-iles/issues"
},
"homepage": "https://github.com/ElMassimo/create-iles#readme",
"devDependencies": {
"esbuild": "^0.12.29",
"husky": "^7.0.2",
"kolorist": "^1.5.0",
"lint-staged": "^11.2.0",
"minimist": "^1.2.5",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.1",
"prompts": "^2.4.1"
},
"lint-staged": {
"*.{js,ts,vue,json}": [
"prettier --write"
]
}
"name": "create-iles",
"version": "0.2.0",
"description": "An easy way to start an îles project",
"type": "module",
"bin": {
"create-iles": "outfile.cjs"
},
"files": [
"outfile.cjs",
"template"
],
"engines": {
"node": "^14.0.0 || >= 16.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ElMassimo/create-iles.git"
},
"keywords": [],
"authors": [
"Haoqun Jiang <haoqunjiang+npm@gmail.com>",
"Máximo Mussini <maximomussini@gmail.com>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ElMassimo/create-iles/issues"
},
"homepage": "https://github.com/ElMassimo/create-iles#readme",
"devDependencies": {
"esbuild": "^0.12.29",
"husky": "^7.0.2",
"kolorist": "^1.5.0",
"lint-staged": "^11.2.0",
"minimist": "^1.2.5",
"npm-run-all": "^4.1.5",
"prettier": "^2.4.1",
"prompts": "^2.4.1"
},
"lint-staged": {
"*.{js,ts,vue,json}": [
"prettier --write"
]
},
"scripts": {
"format": "prettier --write .",
"build": "esbuild --bundle index.js --format=cjs --platform=node --outfile=outfile.cjs",
"snapshot": "node snapshot.js",
"pretest": "run-s build snapshot",
"test": "node test.js",
"release": "npx bumpp --commit --tag --push && pnpm publish --tag next"
}
}

@@ -8,5 +8,5 @@ {

"devDependencies": {
"iles": "^0.1.1",
"iles": "^0.2.1",
"vite": "^2.6.3"
}
}
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