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.7.21 to 0.7.22

25

package.json
{
"name": "create-iles",
"version": "0.7.21",
"version": "0.7.22",
"description": "An easy way to start an îles project",

@@ -16,12 +16,2 @@ "type": "module",

},
"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",
"release": "npx bumpp --commit --tag --push && pnpm publish --tag next"
},
"repository": {

@@ -55,3 +45,12 @@ "type": "git",

]
}
}
},
"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"
},
"readme": "[îles]: https://github.com/ElMassimo/iles\n\n# create-iles\n\n[![Open in Visual Studio Code](https://open.vscode.dev/badges/open-in-vscode.svg)](https://open.vscode.dev/ElMassimo/create-iles)\n\nAn easy way to start an [îles] project\n\n## Usage\n\n```sh\nnpm init iles@next\n```\n\n### Special Thanks\n\n- @sodatea for creating the wonderful [create-vue](https://github.com/vuejs/create-vue) setup on which this starter is built on top of.\n"
}
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