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

@pacote/jest-either

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pacote/jest-either - npm Package Compare versions

Comparing version 5.0.5 to 5.0.6

typedoc.json

4

CHANGELOG.md

@@ -6,2 +6,6 @@ # Change Log

## [5.0.6](https://github.com/PacoteJS/pacote/compare/@pacote/jest-either@5.0.5...@pacote/jest-either@5.0.6) (2023-04-22)
**Note:** Version bump only for package @pacote/jest-either
## [5.0.5](https://github.com/PacoteJS/pacote/compare/@pacote/jest-either@5.0.4...@pacote/jest-either@5.0.5) (2023-04-13)

@@ -8,0 +12,0 @@

2

lib/toEqualRight.d.ts

@@ -12,5 +12,5 @@ import { Either } from 'fp-ts/lib/Either';

actual: Either<any, R>;
expected: AsymmetricMatcher | R;
expected: R | AsymmetricMatcher;
pass: boolean;
message: () => string;
};
{
"name": "@pacote/jest-either",
"description": "Jest matcher for Either objects.",
"version": "5.0.5",
"version": "5.0.6",
"type": "module",

@@ -42,6 +42,6 @@ "engines": {

"dependencies": {
"@pacote/is-plain-object": "^2.0.0",
"@pacote/is-plain-object": "^2.0.1",
"jest-diff": "^29.0.1",
"jest-matcher-utils": "^29.0.1",
"ramda": "^0.28.0"
"ramda": "^0.29.0"
},

@@ -51,7 +51,3 @@ "peerDependencies": {

},
"typedoc": {
"entryPoint": "./src/index.ts",
"tsconfig": "tsconfig.json"
},
"gitHead": "1e6186bfa34800585a8906415608c25d1850e30e"
"gitHead": "d0e1f3f1f0b32a28cf51f226dd2c9d247503b4ee"
}
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