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

swagger-client

Package Overview
Dependencies
Maintainers
1
Versions
295
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swagger-client - npm Package Compare versions

Comparing version 3.10.10 to 3.10.11

es/commonjs.js

6

es/index.js

@@ -110,4 +110,8 @@ import _objectSpread from "@babel/runtime-corejs2/helpers/objectSpread2";

}
};
}; // add backwards compatibility with older versions of swagger-ui
// Refs https://github.com/swagger-api/swagger-ui/issues/6210
var helpers = Swagger.helpers;
export { helpers };
export default Swagger;

4

lib/execute/oas3/content-serializer.js

@@ -21,4 +21,2 @@ "use strict";

return value.toString();
}
module.exports = exports.default;
}

@@ -88,4 +88,2 @@ "use strict";

}
}
module.exports = exports.default;
}
"use strict";
exports.__esModule = true;
exports.default = void 0;
exports.default = exports.helpers = void 0;

@@ -133,6 +133,11 @@ var _assign = _interopRequireDefault(require("lodash/assign"));

}
};
}; // add backwards compatibility with older versions of swagger-ui
// Refs https://github.com/swagger-api/swagger-ui/issues/6210
const {
helpers
} = Swagger;
exports.helpers = helpers;
var _default = Swagger;
exports.default = _default;
module.exports = exports.default;
exports.default = _default;

@@ -89,3 +89,2 @@ "use strict";

};
exports.default = _default;
module.exports = exports.default;
exports.default = _default;

@@ -111,4 +111,2 @@ "use strict";

return node;
}
module.exports = exports.default;
}

@@ -25,4 +25,2 @@ "use strict";

return E;
}
module.exports = exports.default;
}

@@ -402,4 +402,2 @@ "use strict";

}
}
module.exports = exports.default;
}

@@ -42,3 +42,2 @@ "use strict";

};
exports.default = _default;
module.exports = exports.default;
exports.default = _default;

@@ -38,3 +38,2 @@ "use strict";

};
exports.default = _default;
module.exports = exports.default;
exports.default = _default;

@@ -509,4 +509,2 @@ "use strict";

}
}
module.exports = exports.default;
}

@@ -55,4 +55,2 @@ "use strict";

return result;
}
module.exports = exports.default;
}
{
"name": "swagger-client",
"version": "3.10.10",
"version": "3.10.11",
"description": "SwaggerJS - a collection of interfaces for OAI specs",

@@ -9,3 +9,3 @@ "engines": {

},
"main": "lib/index.js",
"main": "lib/commonjs.js",
"module": "es/index.js",

@@ -77,3 +77,2 @@ "jsnext:main": "es/index.js",

"babel-loader": "=8.1.0",
"babel-plugin-add-module-exports": "=1.0.2",
"babel-plugin-lodash": "=3.3.4",

@@ -80,0 +79,0 @@ "cross-env": "=7.0.2",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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