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

@eye-socket/create-easy-cli

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eye-socket/create-easy-cli - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

templates/node/.github/workflows/release.yml

2

package.json
{
"name": "@eye-socket/create-easy-cli",
"type": "module",
"version": "0.0.6",
"version": "0.0.7",
"description": "A simple scaffolding for generating front-end development templates",

@@ -6,0 +6,0 @@ "author": "yanquanfahei <1449826851@qq.com>",

{
"name": "node-template",
"name": "pkg-name",
"type": "module",
"version": "1.0.0",
"version": "0.0.0",
"packageManager": "pnpm@7.26.0",
"description": "",
"author": "",
"author": {
"name": "眼圈发黑",
"email": "1449826851@qq.com"
},
"license": "MIT",
"homepage": "https://github.com/yanquanfahei/pkg-name#readme",
"repository": {
"type": "git",
"url": "git+https://github.com/yanquanfahei/pkg-name.git"
},
"bugs": "https://github.com/yanquanfahei/pkg-name/issues",
"keywords": [],
"exports": {
".": {
"types": "./dist/index.d.ts",
"require": "./dist/index.cjs",

@@ -15,12 +26,21 @@ "import": "./dist/index.mjs"

},
"main": "index.js",
"main": "./dist/index.mjs",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
"dist",
"package.json",
"README.md"
],
"engines": {
"node": ">=16.11.0"
},
"scripts": {
"preinstall": "npx only-allow pnpm",
"postinstall": "simple-git-hooks",
"dev": "unbuild --stub",
"build": "unbuild",
"typecheck": "tsc --noEmit",
"lint": "eslint --fix ."
"lint": "eslint --fix",
"prepublishOnly": "pnpm build",
"release": "bumpp package.json --commit --push --tag && pnpm publish --access public"
},

@@ -30,6 +50,18 @@ "devDependencies": {

"@types/node": "^18.13.0",
"bumpp": "^9.0.0",
"chalk": "^5.2.0",
"eslint": "^8.34.0",
"lint-staged": "^13.1.2",
"simple-git-hooks": "^2.8.1",
"typescript": "^4.9.5",
"unbuild": "^1.1.1"
"unbuild": "^1.1.1",
"vitest": "^0.29.2"
},
"simple-git-hooks": {
"pre-commit": "pnpm lint-staged",
"commit-msg": "node scripts/verify-commit.js"
},
"lint-staged": {
"*.{ts,js,json,json5}": "eslint --fix"
}
}

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