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

@trusource/simple-oas

Package Overview
Dependencies
Maintainers
2
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trusource/simple-oas - npm Package Compare versions

Comparing version 0.1.10 to 0.1.11

4

package.json
{
"name": "@trusource/simple-oas",
"version": "0.1.10",
"version": "0.1.11",
"description": "",

@@ -11,3 +11,3 @@ "main": "index.js",

"license": "ISC",
"gitHead": "98b8005ce2e1893c0c4afa973c3e482465fc8a55"
"gitHead": "c30d34084acb83c2801d96f7f881f697240401a9"
}

@@ -8,3 +8,3 @@ 'use strict';

const createOverview = ({
title: name, description, contact, 'x-category': category,
title: name, description, contact, 'x-category': category, 'x-provider': provider,
}) => ({

@@ -15,4 +15,5 @@ name,

category,
provider,
});
module.exports = createOverview;
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