New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@svrx/create-plugin

Package Overview
Dependencies
Maintainers
3
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@svrx/create-plugin - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

### [0.0.8](https://github.com/svrxjs/svrx-create-plugin/compare/v0.0.7...v0.0.8) (2019-09-24)
### Bug Fixes
* fix scope undefined ([31c39a0](https://github.com/svrxjs/svrx-create-plugin/commit/31c39a0))
### [0.0.7](https://github.com/svrxjs/svrx-create-plugin/compare/v0.0.6...v0.0.7) (2019-09-24)

@@ -7,0 +14,0 @@

7

lib/index.js

@@ -38,3 +38,3 @@ const { resolve } = require('path');

},
{
scope && {
type: 'input',

@@ -44,5 +44,2 @@ name: 'scopeName',

default: scope.startsWith('@') ? scope : `@${scope}`,
when() {
return !!scope;
},
validate(input) {

@@ -88,3 +85,3 @@ if (!input || !input.startsWith('@')) {

},
];
].filter(Boolean);

@@ -91,0 +88,0 @@ new Generator({

{
"name": "@svrx/create-plugin",
"version": "0.0.7",
"version": "0.0.8",
"description": "Initialize a svrx plugin by running one command.",

@@ -5,0 +5,0 @@ "bin": "./bin/index.js",

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