Socket
Socket
Sign inDemoInstall

eslint-plugin-verdaccio

Package Overview
Dependencies
67
Maintainers
2
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 10.0.0-next.1 to 10.0.0

14

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

# [10.0.0-next.1](https://github.com/verdaccio/monorepo/compare/v10.0.0-next.0...v10.0.0-next.1) (2020-04-12)
# [10.0.0](https://github.com/verdaccio/monorepo/compare/v9.7.5...v10.0.0) (2021-03-29)

@@ -15,18 +15,10 @@ **Note:** Version bump only for package eslint-plugin-verdaccio

# [10.0.0-next.0](https://github.com/verdaccio/monorepo/compare/v9.4.0...v10.0.0-next.0) (2020-03-28)
## [9.6.1](https://github.com/verdaccio/monorepo/compare/v9.6.0...v9.6.1) (2020-06-07)
**Note:** Version bump only for package eslint-plugin-verdaccio
### chore
* update tools dependencies and deprecate Node 8 ([61e23d5](https://github.com/verdaccio/monorepo/commit/61e23d53b82c6948601f28337fdd3054b9336914))
### BREAKING CHANGES
* New minimum Node version supported is 10.x. Also, new Prettier minimum version is 2.0.2
## [9.3.2](https://github.com/verdaccio/monorepo/compare/v9.3.1...v9.3.2) (2020-03-08)

@@ -33,0 +25,0 @@

@@ -27,3 +27,3 @@ /**

create: function (context) {
create: function(context) {
// variables should be defined here

@@ -43,3 +43,3 @@ const configuration = context.options[0] || 'always';

return {
JSXOpeningElement: function (node) {
JSXOpeningElement: function(node) {
if (node.attributes.length === 0 || configuration === 'never') {

@@ -46,0 +46,0 @@ return;

@@ -28,3 +28,3 @@ /**

create: function (context) {
create: function(context) {
// variables should be defined here

@@ -34,3 +34,3 @@ const configuration = context.options[0] || 'always';

return {
JSXOpeningElement: function (node) {
JSXOpeningElement: function(node) {
if (node.attributes.length === 0 || configuration === 'never') {

@@ -37,0 +37,0 @@ return;

@@ -27,3 +27,3 @@ /**

create: function (context) {
create: function(context) {
// variables should be defined here

@@ -43,3 +43,3 @@ const configuration = context.options[0] || 'always';

return {
JSXOpeningElement: function (node) {
JSXOpeningElement: function(node) {
if (node.attributes.length === 0 || configuration === 'never') {

@@ -46,0 +46,0 @@ return;

{
"name": "eslint-plugin-verdaccio",
"version": "10.0.0-next.1",
"version": "10.0.0",
"description": "Verdaccio code guidelines",

@@ -26,3 +26,3 @@ "keywords": [

"engines": {
"node": ">=10"
"node": ">=8"
},

@@ -33,4 +33,4 @@ "dependencies": {

"devDependencies": {
"@verdaccio/eslint-config": "^10.0.0-next.1",
"mocha": "^7.1.1"
"@verdaccio/eslint-config": "^10.0.0",
"mocha": "^7.2.0"
},

@@ -46,3 +46,3 @@ "scripts": {

},
"gitHead": "1c83f6e766a5ed042ce1bcf2ab2cb68631ad83fd"
"gitHead": "e33b0509f6dcb10c9b893fdcd3846ca69eca0bd9"
}
# eslint-plugin-verdaccio
[![eslint-plugin-verdaccio (latest)](https://img.shields.io/npm/v/eslint-plugin-verdaccio/latest.svg)](https://www.npmjs.com/package/eslint-plugin-verdaccio)
[![Node version (latest)](https://img.shields.io/node/v/eslint-plugin-verdaccio/latest.svg)](https://www.npmjs.com/package/eslint-plugin-verdaccio)
[![Dependencies](https://img.shields.io/david/verdaccio/monorepo?path=tools%2Feslint-plugin-verdaccio)](https://david-dm.org/verdaccio/monorepo/master?path=tools%2Feslint-plugin-verdaccio)
[![DevDependencies](https://img.shields.io/david/dev/verdaccio/monorepo?path=tools%2Feslint-plugin-verdaccio)](https://david-dm.org/verdaccio/monorepo/master?path=tools%2Feslint-plugin-verdaccio&type=dev)
[![MIT](https://img.shields.io/github/license/verdaccio/monorepo.svg)](./LICENSE)
verdaccio code guidelines

@@ -59,2 +53,2 @@

This is an open source project under [MIT license](./LICENSE)
[MIT](http://www.opensource.org/licenses/mit-license.php)
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc