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

assert-match

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

assert-match - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

.travis.yml

2

package.json
{
"name": "assert-match",
"version": "0.0.1",
"version": "0.0.2",
"description": "assert's matching features",

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

@@ -0,1 +1,4 @@

[![Build Status](https://travis-ci.org/rmdm/assert-match.svg?branch=master)](https://travis-ci.org/rmdm/assert-match)
[![Coverage Status](https://coveralls.io/repos/github/rmdm/assert-match/badge.svg?branch=master)](https://coveralls.io/github/rmdm/assert-match?branch=master)
assert-match

@@ -22,3 +25,3 @@ ===============

The function returned by imported module. Can be used to extend any passed
**obj** object in it, for example, standatd `assert` module:
**obj** object in it, for example, standard `assert` module:

@@ -44,5 +47,2 @@ ```javascript

Assertions
==========
### ```assert.match (actual, expected, message)```

@@ -59,3 +59,3 @@

Same as `match`, but primitives are compared with `===`. Comparable to
`assert`'s `deepStrictMatch`.
`assert`'s `deepStrictEqual`.

@@ -62,0 +62,0 @@ ### ```assert.notMatch (actual, expected, message)```

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