Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@composer-js/core

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@composer-js/core - npm Package Compare versions

Comparing version 1.1.2 to 1.2.0

8

dist/lib/OASUtils.js

@@ -99,3 +99,9 @@ "use strict";

}
return spec.components.schemas[name];
// Perform a case-insensitive search for the schema
for (const schemaName in spec.components.schemas) {
if (schemaName.match(new RegExp(name, 'i'))) {
return spec.components.schemas[schemaName];
}
}
return undefined;
}

@@ -102,0 +108,0 @@ /**

2

package.json
{
"name": "@composer-js/core",
"version": "1.1.2",
"version": "1.2.0",
"description": "A collection of common utilities and core functionality for composerjs applications.",

@@ -5,0 +5,0 @@ "author": "AcceleratXR, Inc. <info@acceleratxr.com>",

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