You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
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

Comparing version 0.0.2 to 0.0.3

shape.js

7

Changelog.md
# Changelog
## [v0.0.3](../../compare/v0.0.2...v0.0.3) (2020-03-12)
* Adding shape.
* Adding tuple.
* Ignore libdef for jest.
* Updating changelog.

6

index.js

@@ -13,4 +13,6 @@ // @flow

const or = require('./or')
const shape = require('./shape')
const string = require('./string')
const taggedOr = require('./tagged-or')
const tuple = require('./tuple')

@@ -28,4 +30,6 @@ module.exports = {

or,
shape,
string,
taggedOr
taggedOr,
tuple
}

2

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

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc