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

eslint-plugin-brackets

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-brackets - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

23

package.json
{
"name": "eslint-plugin-brackets",
"version": "0.0.1",
"version": "0.1.0",
"description": "ESLint style rules for minimizing diffs with line breaks around brackets",
"main": "dist/index.js",
"main": "lib/index.js",
"scripts": {
"build": "rimraf dist && babel lib -d dist",
"build": "npm run clean && babel lib -d dist",
"clean": "rimraf coverage dist",
"lint": "eslint .",
"lint:watch": "esw -w",
"prepublish": "npm run build && npm test",
"start": "npm run watch",
"test": "jest",
"test:ci": "npm run lint && npm run test",
"test:watch": "jest --watch",
"watch": "npm run build -- --watch"
"publish": "npm run test:ci && npm publish",
"test": "jest --config=jest-dev.json",
"test:ci": "npm run lint && npm run build && npm run test:dist && npm run test -- --coverage && codecov",
"test:dist": "jest --config=jest-dist.json",
"test:watch": "npm run test -- --watch"
},

@@ -43,4 +43,6 @@ "repository": {

"babel-cli": "^6.18.0",
"babel-jest": "^17.0.2",
"babel-plugin-transform-object-rest-spread": "^6.16.0",
"babel-preset-es2015-node4": "^2.1.0",
"codecov": "^1.0.1",
"eslint": "^3.10.2",

@@ -54,6 +56,3 @@ "eslint-config-kentor": "^3.9.1",

"lodash": "^4.17.2"
},
"jest": {
"testRegex": "<rootDir>/dist/.*__tests__/.*\\.js$"
}
}
# eslint-plugin-brackets
[![Build Status](https://travis-ci.org/kentor/eslint-plugin-brackets.svg)](https://travis-ci.org/kentor/eslint-plugin-brackets) [![npm](https://img.shields.io/npm/v/eslint-plugin-brackets.svg)](https://www.npmjs.com/package/eslint-plugin-brackets)
[![Build Status](https://travis-ci.org/kentor/eslint-plugin-brackets.svg)](https://travis-ci.org/kentor/eslint-plugin-brackets) [![codecov](https://codecov.io/gh/kentor/eslint-plugin-brackets/branch/master/graph/badge.svg)](https://codecov.io/gh/kentor/eslint-plugin-brackets) [![npm](https://img.shields.io/npm/v/eslint-plugin-brackets.svg)](https://www.npmjs.com/package/eslint-plugin-brackets)

@@ -205,3 +205,2 @@ Opinionated ESLint style rules dealing with line breaks after opening

- Install packages with `npm install` or `yarn`.
- Run `npm run watch` to continually transpile source into `dist`
- Run `npm run test:watch` to continually run the tests

@@ -208,0 +207,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