Socket
Socket
Sign inDemoInstall

@verdaccio/utils

Package Overview
Dependencies
Maintainers
4
Versions
64
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@verdaccio/utils - npm Package Compare versions

Comparing version 6.0.0-6-next.23 to 6.0.0-6-next.24

build/middleware-utils.d.ts

1

build/index.d.ts

@@ -6,1 +6,2 @@ export * from './auth-utils';

export * from './matcher';
export * from './middleware-utils';

@@ -61,2 +61,13 @@ "use strict";

});
var _middlewareUtils = require("./middleware-utils");
Object.keys(_middlewareUtils).forEach(function (key) {
if (key === "default" || key === "__esModule") return;
if (key in exports && exports[key] === _middlewareUtils[key]) return;
Object.defineProperty(exports, key, {
enumerable: true,
get: function () {
return _middlewareUtils[key];
}
});
});
//# sourceMappingURL=index.js.map
# @verdaccio/utils
## 6.0.0-6-next.24
### Minor Changes
- a1986e09: feat: expose middleware utils
### Patch Changes
- @verdaccio/core@6.0.0-6-next.56
## 6.0.0-6-next.23

@@ -4,0 +14,0 @@

4

package.json
{
"name": "@verdaccio/utils",
"version": "6.0.0-6-next.23",
"version": "6.0.0-6-next.24",
"description": "verdaccio utilities",

@@ -32,3 +32,3 @@ "main": "./build/index.js",

"dependencies": {
"@verdaccio/core": "6.0.0-6-next.55",
"@verdaccio/core": "6.0.0-6-next.56",
"minimatch": "3.1.2",

@@ -35,0 +35,0 @@ "semver": "7.3.8",

@@ -6,1 +6,2 @@ export * from './auth-utils';

export * from './matcher';
export * from './middleware-utils';

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