Socket
Socket
Sign inDemoInstall

@appliedblockchain/assert-combinators

Package Overview
Dependencies
Maintainers
15
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 1.3.0 to 1.4.0

regexp.js

5

Changelog.md
# Changelog
## [v1.4.0](../../compare/v1.3.0...v1.4.0) (2020-04-15)
* Adding regexp.
* Updating changelog.
## [v1.3.0](../../compare/v1.2.1...v1.3.0) (2020-04-14)

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

2

index.js

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

const predicate = require('./predicate')
const regexp = require('./regexp')
const sequence = require('./sequence')

@@ -49,2 +50,3 @@ const shape = require('./shape')

predicate,
regexp,
sequence,

@@ -51,0 +53,0 @@ shape,

2

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

@@ -5,0 +5,0 @@ "main": "index.js",

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