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.0 to 0.1.1

templates/npmignore

4

app/index.js

@@ -33,3 +33,3 @@ import path from 'node:path';

// root
copy(this, '.vscode');
copy(this, 'vscode', '.vscode');
copy(this, 'gitignore', '.gitignore');

@@ -45,3 +45,3 @@ copyTpl(this, 'LICENSE');

copyTpl(this, 'packages/plugin', pluginPath);
copy(this, 'packages/plugin/.npmignore', `${pluginPath}/.npmignore`);
copy(this, 'npmignore', `${pluginPath}/.npmignore`);
}

@@ -48,0 +48,0 @@ install() {

{
"name": "@hideoo/generator-starlight-plugin",
"version": "0.1.0",
"version": "0.1.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Yeoman generator for Starlight plugins.",

@@ -28,3 +28,3 @@ <div align="center">

```shell
npx yo @hideoo/starlight-plugin
npx -p yo -p @hideoo/generator-starlight-plugin -- yo @hideoo/starlight-plugin
```

@@ -31,0 +31,0 @@

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