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

eslint-plugin-matrix-org

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-matrix-org - npm Package Compare versions

Comparing version 0.5.2 to 0.6.0

.github/workflows/release.yaml

2

package.json
{
"name": "eslint-plugin-matrix-org",
"version": "0.5.2",
"version": "0.6.0",
"description": "ESLint rules and configs used by Matrix.org projects",

@@ -5,0 +5,0 @@ "keywords": [

module.exports = {
plugins: [
"deprecate",
"matrix-org",

@@ -55,3 +56,8 @@ "react",

"react/no-unknown-property": ["error"],
"deprecate/import": ["warn", {
name: "enzyme",
use: "@testing-library/react",
}],
}
}

@@ -146,2 +146,3 @@ # eslint-plugin-matrix-org

* eslint-config-google
* eslint-plugin-deprecate
* eslint-plugin-jsx-a11y

@@ -152,1 +153,7 @@ * eslint-plugin-react

* typescript
## Releasing
Use "[Run workflow](https://github.com/matrix-org/eslint-plugin-matrix-org/actions/workflows/release.yaml)".
Refer to [SemVer](https://semver.org/) for versioning semantics.
This workflow will bump the version, publish NPM, and create a GitHub release.
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