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.1 to 1.0.2

7

lib/index.js

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

};
console.log(name + "@" + version);
var mounted = false;
var AnymockOpenapi = /** @class */ (function () {

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

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

@@ -42,0 +47,0 @@ AnymockOpenapi.prototype.setProjectToken = function (projectToken) {

2

package.json
{
"name": "anymock-openapi",
"version": "1.0.1",
"version": "1.0.2",
"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