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

@appliedblockchain/assert-combinators

Package Overview
Dependencies
Maintainers
16
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.2.0 to 2.3.0

indexer.js

5

Changelog.md
# Changelog
## [v2.3.0](../../compare/v2.2.0...v2.3.0) (2020-05-13)
* Adding indexer.
* Updating changelog.
## [v2.2.0](../../compare/v2.1.0...v2.2.0) (2020-05-12)

@@ -4,0 +9,0 @@

2

index.js

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

const in_ = require('./in')
const indexer = require('./indexer')
const lt = require('./lt')

@@ -62,2 +63,3 @@ const lte = require('./lte')

in: in_,
indexer,
lt,

@@ -64,0 +66,0 @@ lte,

4

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

@@ -18,3 +18,3 @@ "main": "index.js",

"eslint": "7.0.0",
"eslint-plugin-jest": "23.8.2",
"eslint-plugin-jest": "23.11.0",
"flow-bin": "0.124.0",

@@ -21,0 +21,0 @@ "jest": "26.0.1",

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