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

jest-editor-support

Package Overview
Dependencies
Maintainers
5
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jest-editor-support - npm Package Compare versions

Comparing version 21.3.0-beta.1 to 21.3.0-beta.2

2

build/Snapshot.js

@@ -113,3 +113,3 @@ /**

Identifier(path, state, matchers) {
if (matchers.includes(path.node.name)) {
if (matchers.indexOf(path.node.name) >= 0) {
state.found.push({

@@ -116,0 +116,0 @@ node: path.node,

@@ -70,3 +70,3 @@ /**

): TestFileAssertionStatus | null;
updateFileWithJestStatus(data): TestFileAssertionStatus[];
updateFileWithJestStatus(data: any): TestFileAssertionStatus[];
}

@@ -73,0 +73,0 @@

{
"name": "jest-editor-support",
"version": "21.3.0-beta.1",
"version": "21.3.0-beta.2",
"repository": {

@@ -13,5 +13,5 @@ "type": "git",

"babylon": "^6.14.1",
"jest-snapshot": "21.3.0-beta.1"
"jest-snapshot": "21.3.0-beta.2"
},
"typings": "index.d.ts"
}
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