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

@libj/misc

Package Overview
Dependencies
Maintainers
2
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@libj/misc - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

dist/resolveConfig/resolveConfig.d.ts

2

dist/index.d.ts
import { ConfigBag } from './ConfigBag';
import { FormattedError } from './FormattedError';
import { resolveConfig } from './resolveConfig';
import { resolveConfig } from './resolveConfig/resolveConfig';
export { ConfigBag, FormattedError, resolveConfig };

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

Object.defineProperty(exports, "FormattedError", { enumerable: true, get: function () { return FormattedError_1.FormattedError; } });
var resolveConfig_1 = require("./resolveConfig");
var resolveConfig_1 = require("./resolveConfig/resolveConfig");
Object.defineProperty(exports, "resolveConfig", { enumerable: true, get: function () { return resolveConfig_1.resolveConfig; } });
//# sourceMappingURL=index.js.map

@@ -7,3 +7,3 @@ {

"name": "@libj/misc",
"version": "0.1.1",
"version": "0.2.0",
"description": "Miscellaneous",

@@ -29,3 +29,3 @@ "author": "Sergey Poskachey <seregynp@gmail.com>",

],
"gitHead": "512de61e4e1190100f2e4a8b86c9c1a9e14f944f"
"gitHead": "da69b0826cc0c8479ffc7a623069f92c5ceb9cc5"
}

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