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

@hideoo/generator-starlight-plugin

Package Overview
Dependencies
Maintainers
0
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hideoo/generator-starlight-plugin - npm Package Compare versions

Comparing version 0.1.2 to 0.2.0

.changeset/config.json

29

package.json
{
"name": "@hideoo/generator-starlight-plugin",
"version": "0.1.2",
"version": "0.2.0",
"license": "MIT",

@@ -11,13 +11,13 @@ "description": "Yeoman generator for Starlight plugins.",

"latest-version": "^9.0.0",
"yeoman-generator": "^7.3.2"
"yeoman-generator": "^7.4.0"
},
"devDependencies": {
"@hideoo/eslint-config": "^3.0.1",
"@changesets/changelog-github": "^0.5.0",
"@changesets/cli": "^2.27.10",
"@hideoo/eslint-config": "^4.0.0",
"@hideoo/prettier-config": "^2.0.0",
"@hideoo/tsconfig": "^2.0.1",
"eslint": "^8.57.0",
"husky": "^9.1.5",
"lint-staged": "^15.2.9",
"prettier": "^3.3.3",
"typescript": "^5.5.4"
"eslint": "^9.17.0",
"prettier": "^3.4.2",
"typescript": "^5.7.2"
},

@@ -28,3 +28,4 @@ "engines": {

"publishConfig": {
"access": "public"
"access": "public",
"provenance": true
},

@@ -46,13 +47,9 @@ "sideEffects": false,

"prettier": "@hideoo/prettier-config",
"lint-staged": {
"*": [
"prettier -w -u --cache",
"eslint --cache --no-warn-ignored --max-warnings=0"
]
},
"scripts": {
"dev": "tsc --watch",
"build": "tsc",
"lint": "prettier -c --cache . && eslint . --cache --max-warnings=0 && tsc --noEmit"
"lint": "eslint . --cache --max-warnings=0 && tsc --noEmit",
"format": "prettier -w --cache --ignore-unknown .",
"version": "pnpm changeset version && pnpm i --no-frozen-lockfile"
}
}

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