Socket
Socket
Sign inDemoInstall

eslint-plugin-jest

Package Overview
Dependencies
Maintainers
9
Versions
325
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-jest - npm Package Compare versions

Comparing version 27.6.0 to 27.6.1

7

lib/processors/snapshot-processor.js

@@ -6,6 +6,11 @@ "use strict";

});
exports.preprocess = exports.postprocess = void 0;
exports.preprocess = exports.postprocess = exports.meta = void 0;
var _package = require("../../package.json");
// https://eslint.org/docs/developer-guide/working-with-plugins#processors-in-plugins
// https://github.com/typescript-eslint/typescript-eslint/issues/808
const meta = exports.meta = {
name: _package.name,
version: _package.version
};
const preprocess = source => [source];

@@ -12,0 +17,0 @@ exports.preprocess = preprocess;

7

package.json
{
"name": "eslint-plugin-jest",
"version": "27.6.0",
"version": "27.6.1",
"description": "ESLint rules for Jest",

@@ -157,3 +157,3 @@ "keywords": [

},
"packageManager": "yarn@3.6.4",
"packageManager": "yarn@3.7.0",
"engines": {

@@ -164,3 +164,6 @@ "node": "^14.15.0 || ^16.10.0 || >=18.0.0"

"provenance": true
},
"resolutions": {
"typescript": "~5.2.2"
}
}
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