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

anymock-openapi

Package Overview
Dependencies
Maintainers
3
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anymock-openapi - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

15

lib/index.js

@@ -29,4 +29,15 @@ "use strict";

};
console.log(name + "@" + version);
var mounted = false;
var verbose = (function () {
var _a;
try {
if (((_a = process.env) === null || _a === void 0 ? void 0 : _a.ANYMOCK_VERBOSE) === 'false') {
return false;
}
return true;
}
catch (error) {
return true;
}
})();
var AnymockOpenapi = /** @class */ (function () {

@@ -41,3 +52,3 @@ function AnymockOpenapi(anymockConfig, requestPipe) {

this.scene = new scene_1.default(this);
if (!mounted) {
if (verbose && !mounted) {
console.log(name + "@" + version);

@@ -44,0 +55,0 @@ mounted = true;

2

package.json
{
"name": "anymock-openapi",
"version": "1.0.2",
"version": "1.0.3",
"main": "lib/index.js",

@@ -5,0 +5,0 @@ "types": "./lib/index.d.ts",

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