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

medusa-core-utils

Package Overview
Dependencies
Maintainers
2
Versions
458
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

medusa-core-utils - npm Package Compare versions

Comparing version 1.1.16 to 1.1.17

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [1.1.17](https://github.com/medusajs/medusa/compare/medusa-core-utils@1.1.16...medusa-core-utils@1.1.17) (2021-07-15)
### Bug Fixes
* better store/customer support ([6342e68](https://github.com/medusajs/medusa/commit/6342e68d069636e5eb4877c7ebf7aac952b5e363))
## [1.1.16](https://github.com/medusajs/medusa/compare/medusa-core-utils@1.1.15...medusa-core-utils@1.1.16) (2021-07-02)

@@ -8,0 +19,0 @@

1

dist/errors.js

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

DB_ERROR: "database_error",
DUPLICATE_ERROR: "duplicate_error",
INVALID_ARGUMENT: "invalid_argument",

@@ -41,0 +42,0 @@ INVALID_DATA: "invalid_data",

4

package.json
{
"name": "medusa-core-utils",
"version": "1.1.16",
"version": "1.1.17",
"description": "Core utils for Medusa",

@@ -36,3 +36,3 @@ "main": "dist/index.js",

},
"gitHead": "44d31b4d833b602e20ecac4ce2b8b949d3d22874"
"gitHead": "78eddd056e2d4c27b2932f9e839c334415b56664"
}

@@ -8,6 +8,7 @@ /**

DB_ERROR: "database_error",
DUPLICATE_ERROR: "duplicate_error",
INVALID_ARGUMENT: "invalid_argument",
INVALID_DATA: "invalid_data",
NOT_FOUND: "not_found",
NOT_ALLOWED: "not_allowed"
NOT_ALLOWED: "not_allowed",
}

@@ -14,0 +15,0 @@

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