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

collimator

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

collimator - npm Package Compare versions

Comparing version 5.3.0 to 5.3.1

11

lib/inspectors/schema.js

@@ -145,12 +145,7 @@ 'use strict';

}
var _constraint$match = constraint.match(ENUM_CHECK_REGEX),
_constraint$match2 = _slicedToArray(_constraint$match, 2),
match = _constraint$match2[0],
values = _constraint$match2[1];
if (!values) {
var result = constraint.match(ENUM_CHECK_REGEX);
if (!result || !result[1]) {
return;
}
return values.split(', ').map(function (value) {
return result[1].split(', ').map(function (value) {
var _value$match = value.match(ENUM_EXTRACT_VALUE_REGEX),

@@ -157,0 +152,0 @@ _value$match2 = _slicedToArray(_value$match, 2),

@@ -90,3 +90,3 @@ {

},
"version": "5.3.0"
"version": "5.3.1"
}

Sorry, the diff of this file is not supported yet

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