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

medusa-telemetry

Package Overview
Dependencies
Maintainers
2
Versions
1405
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

medusa-telemetry - npm Package Compare versions

Comparing version 0.0.13 to 0.0.14-alpha.0

6

CHANGELOG.md
# Change Log
## 0.0.14-alpha.0
### Patch Changes
- [#2574](https://github.com/medusajs/medusa/pull/2574) [`cfb24d72f`](https://github.com/medusajs/medusa/commit/cfb24d72fa303a6755e8579c46d3c7f36278b120) Thanks [@olivermrbl](https://github.com/olivermrbl)! - Fix incorrect import
## 0.0.13

@@ -4,0 +10,0 @@

10

dist/store.js

@@ -18,12 +18,12 @@ "use strict";

var _configstore = _interopRequireDefault(require("configstore"));
var _path = _interopRequireDefault(require("path"));
var _configstore = _interopRequireDefault(require("configstore"));
var _inMemoryConfig = require("./util/in-memory-config");
var _inMemoryConfig = _interopRequireDefault(require("./util/in-memory-config"));
var _isTruthy = _interopRequireDefault(require("./util/is-truthy"));
var _outboxStore = _interopRequireDefault(require("./util/outbox-store"));
var _isTruthy = _interopRequireDefault(require("./util/is-truthy"));
var Store = /*#__PURE__*/function () {

@@ -38,3 +38,3 @@ function Store() {

} catch (e) {
this.config_ = new _inMemoryConfig["default"]();
this.config_ = new _inMemoryConfig.InMemoryConfigStore();
}

@@ -41,0 +41,0 @@

{
"name": "medusa-telemetry",
"version": "0.0.13",
"version": "0.0.14-alpha.0",
"description": "Telemetry for Medusa",

@@ -22,6 +22,4 @@ "main": "dist/index.js",

"cross-env": "^5.2.1",
"eslint": "^6.8.0",
"jest": "^25.5.2",
"nodemon": "^2.0.1",
"prettier": "^1.19.1"
"nodemon": "^2.0.1"
},

@@ -28,0 +26,0 @@ "scripts": {

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