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

swagger-ui-cornify

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swagger-ui-cornify - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

16

dist/SwaggerUICornify.js
(function (global, factory) {
if (typeof define === "function" && define.amd) {
define(["exports"], factory);
define(["module"], factory);
} else if (typeof exports !== "undefined") {
factory(exports);
factory(module);
} else {

@@ -10,12 +10,8 @@ var mod = {

};
factory(mod.exports);
factory(mod);
global.SwaggerUICornify = mod.exports;
}
})(this, function (exports) {
})(this, function (module) {
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = SwaggerUICornify;
// import cornify from "cornified"

@@ -50,3 +46,3 @@

function SwaggerUICornify() {
module.exports = function SwaggerUICornify() {
return {

@@ -61,3 +57,3 @@ statePlugins: {

};
}
};
});
{
"name": "swagger-ui-cornify",
"version": "1.0.2",
"version": "1.0.3",
"author": "",

@@ -5,0 +5,0 @@ "description": "Cornify plugin for Swagger-UI v3",

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