Socket
Socket
Sign inDemoInstall

tcompare

Package Overview
Dependencies
Maintainers
1
Versions
50
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tcompare - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

lib/match.js

@@ -12,3 +12,3 @@ const Format = require('./format.js')

// but if they didn't pass, then should fail here, too
: pattern == null ? false
: pattern == null || obj == null ? false
: pattern instanceof RegExp && obj instanceof RegExp ? false

@@ -15,0 +15,0 @@ : Buffer.isBuffer(obj) && Buffer.isBuffer(pattern) ? false

{
"name": "tcompare",
"version": "1.1.1",
"version": "1.1.2",
"description": "A comprehensive comparison library, for use in test frameworks",

@@ -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