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

@eccenca/dotfiles

Package Overview
Dependencies
Maintainers
4
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eccenca/dotfiles - npm Package Compare versions

Comparing version 2.6.1 to 2.6.2

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Change Log

## [2.6.2] 2019-01-17
### Added
- esLint rules `arrow-parens`
### Removed
- esLint rule `max-lines-per-function` as jsx render methods are bigger most of the time
## [2.6.1] 2019-01-15

@@ -7,0 +14,0 @@ ### Changed

4

install.js

@@ -46,3 +46,3 @@ #!/usr/bin/env node

templateFiles.forEach((templateFileName) => {
templateFiles.forEach(templateFileName => {
const ignoreFileName = `.${templateFileName.replace('.template', '')}`;

@@ -68,3 +68,3 @@

let addAll = false;
contents.forEach((line) => {
contents.forEach(line => {
if (line === '') {

@@ -71,0 +71,0 @@ result.push(line);

{
"name": "@eccenca/dotfiles",
"version": "2.6.1",
"version": "2.6.2",
"bin": {

@@ -11,3 +11,3 @@ "ecc-link-dotfiles": "./install.js"

"test": "./install.js && eslint --print-config .eslintrc.yml && eslint --print-config .eslintrc.yml",
"lint": "eslint ./install.js --fix"
"lint": "eslint ./install.js --fix ; eslint ./test/linting.js"
},

@@ -14,0 +14,0 @@ "repository": {

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