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

@apigames/mock-logger

Package Overview
Dependencies
Maintainers
1
Versions
73
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apigames/mock-logger - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

2

lib/implementations/mock.logger.js

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

},
_a.write = jest.fn((type, message, payload) => __awaiter(void 0, void 0, void 0, function* () { })),
_a.write = jest.fn((type, message, payload, date) => __awaiter(void 0, void 0, void 0, function* () { })),
_a);
exports.default = MockLogger;

@@ -6,3 +6,3 @@ {

"license": "UNLICENSED",
"version": "1.0.0",
"version": "1.0.1",
"main": "lib/index.js",

@@ -16,3 +16,3 @@ "types": "lib/index.d.ts",

"dependencies": {
"@apigames/logger": "^1.0.8"
"@apigames/logger": "^1.0.9"
},

@@ -19,0 +19,0 @@ "devDependencies": {

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