Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@clipboard-health/eslint-config

Package Overview
Dependencies
Maintainers
0
Versions
112
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clipboard-health/eslint-config - npm Package Compare versions

Comparing version 1.7.0 to 1.8.0

7

CHANGELOG.md

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

## [1.8.0](https://github.com/ClipboardHealth/cbh-core/compare/eslint-config-1.7.0...eslint-config-1.8.0) (2023-04-24)
### Features
* add `MessageConsumer` class ([#27](https://github.com/ClipboardHealth/cbh-core/issues/27)) ([91ccd76](https://github.com/ClipboardHealth/cbh-core/commit/91ccd766fcb0607d44ead7eefb6546159ba64fed))
## [1.7.0](https://github.com/ClipboardHealth/cbh-core/compare/eslint-config-1.6.0...eslint-config-1.7.0) (2023-04-24)

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

2

package.json
{
"name": "@clipboard-health/eslint-config",
"version": "1.7.0",
"version": "1.8.0",
"main": "./src/index.js",

@@ -5,0 +5,0 @@ "scripts": {

@@ -11,5 +11,9 @@ declare const _extends: string[];

"@typescript-eslint/naming-convention": string;
"@typescript-eslint/no-unsafe-assignment": string;
"@typescript-eslint/no-unsafe-call": string;
"import/order": string;
"no-only-tests/no-only-tests": string;
"simple-import-sort/imports": string;
"simple-import-sort/exports": string;
};
//# sourceMappingURL=xo.d.ts.map

@@ -12,6 +12,10 @@ "use strict";

"@typescript-eslint/naming-convention": "off",
"@typescript-eslint/no-unsafe-assignment": "off",
"@typescript-eslint/no-unsafe-call": "off",
"import/order": "off",
"no-only-tests/no-only-tests": "error",
"simple-import-sort/imports": "warn",
"simple-import-sort/exports": "warn",
},
};
//# sourceMappingURL=xo.js.map

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