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

@operato/utils

Package Overview
Dependencies
Maintainers
5
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@operato/utils - npm Package Compare versions

Comparing version 1.4.27 to 1.4.28

9

CHANGELOG.md

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

### [1.4.28](https://github.com/hatiolab/operato/compare/v1.4.27...v1.4.28) (2023-08-11)
### :bug: Bug Fix
* remove verbose logs ([fb6a5f0](https://github.com/hatiolab/operato/commit/fb6a5f08c15f4355b3524a5442fffca2ecd2d128))
### [1.4.27](https://github.com/hatiolab/operato/compare/v1.4.26...v1.4.27) (2023-08-11)

@@ -8,0 +17,0 @@

3

dist/src/context-path.js

@@ -9,3 +9,2 @@ var CONTEXT_PATH_PREFIX = 'domain|business';

var path = matched === null || matched === void 0 ? void 0 : matched[4];
console.log('get-path-info', contextPath, prefix, domain, path);
return {

@@ -19,5 +18,5 @@ contextPath,

export function setContextPathPrefix(contextPathPrefix) {
console.log('context-path-prefix was just set', contextPathPrefix);
console.log('context-path-prefix was just set to ', `'${contextPathPrefix || 'domain|business'}'`);
CONTEXT_PATH_PREFIX = contextPathPrefix || 'domain|business';
}
//# sourceMappingURL=context-path.js.map

@@ -5,3 +5,3 @@ {

"author": "heartyoh",
"version": "1.4.27",
"version": "1.4.28",
"main": "dist/src/index.js",

@@ -121,3 +121,3 @@ "module": "dist/src/index.js",

},
"gitHead": "5d90ed1864641d5540d005989df42a53aa96559d"
"gitHead": "0d97ee82b94c34bdc95841a50aa11c1ca7b27b63"
}

@@ -11,4 +11,2 @@ var CONTEXT_PATH_PREFIX = 'domain|business'

console.log('get-path-info', contextPath, prefix, domain, path)
return {

@@ -23,4 +21,4 @@ contextPath,

export function setContextPathPrefix(contextPathPrefix?: string) {
console.log('context-path-prefix was just set', contextPathPrefix)
console.log('context-path-prefix was just set to ', `'${contextPathPrefix || 'domain|business'}'`)
CONTEXT_PATH_PREFIX = contextPathPrefix || 'domain|business'
}

Sorry, the diff of this file is not supported yet

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