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

@appliedblockchain/assert-combinators

Package Overview
Dependencies
Maintainers
17
Versions
47
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@appliedblockchain/assert-combinators - npm Package Compare versions

Comparing version 2.3.0 to 2.5.0

error-message.js

12

Changelog.md
# Changelog
## [v2.5.0](../../compare/v2.4.0...v2.5.0) (2020-06-28)
* Adding error-message test.
* Adding error-message combinator.
* Bumping npms.
* Updating changelog.
## [v2.4.0](../../compare/v2.3.0...v2.4.0) (2020-05-16)
* Adding instance.
* Updating changelog.
## [v2.3.0](../../compare/v2.2.0...v2.3.0) (2020-05-13)

@@ -4,0 +16,0 @@

4

index.js

@@ -11,2 +11,3 @@ // @flow strict

const eq = require('./eq')
const errorMessage = require('./error-message')
const exact = require('./exact')

@@ -20,2 +21,3 @@ const finite = require('./finite')

const indexer = require('./indexer')
const instance = require('./instance')
const lt = require('./lt')

@@ -57,2 +59,3 @@ const lte = require('./lte')

eq,
errorMessage,
exact,

@@ -66,2 +69,3 @@ finite,

indexer,
instance,
lt,

@@ -68,0 +72,0 @@ lte,

10

package.json
{
"name": "@appliedblockchain/assert-combinators",
"version": "2.3.0",
"version": "2.5.0",
"description": "Assertion combinators.",

@@ -17,6 +17,6 @@ "main": "index.js",

"@appliedblockchain/eslint-config": "2.6.0",
"eslint": "7.0.0",
"eslint-plugin-jest": "23.11.0",
"flow-bin": "0.124.0",
"jest": "26.0.1",
"eslint": "7.3.1",
"eslint-plugin-jest": "23.17.1",
"flow-bin": "0.128.0",
"jest": "26.1.0",
"npm-check": "5.9.2"

@@ -23,0 +23,0 @@ },

Sorry, the diff of this file is not supported yet

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