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

@khanacademy/eslint-plugin

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@khanacademy/eslint-plugin - npm Package Compare versions

Comparing version 0.6.0 to 0.7.0

lib/rules/jest-await-async-matchers.js

1

lib/index.js

@@ -9,2 +9,3 @@ module.exports = {

"jest-async-use-real-timers": require("./rules/jest-async-use-real-timers.js"),
"jest-await-async-matchers": require("./rules/jest-await-async-matchers.js"),
"jest-enzyme-matchers": require("./rules/jest-enzyme-matchers.js"),

@@ -11,0 +12,0 @@ "react-no-method-jsx-attribute": require("./rules/react-no-method-jsx-attribute.js"),

2

lib/rules/jest-enzyme-matchers.js

@@ -8,3 +8,3 @@ const t = require("@babel/types");

"Requires the use more of enzyme matchers where appropriate.",
category: "jes",
category: "jest",
recommended: false,

@@ -11,0 +11,0 @@ },

{
"name": "@khanacademy/eslint-plugin",
"version": "0.6.0",
"version": "0.7.0",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

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