New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@qiwi/uniconfig

Package Overview
Dependencies
Maintainers
5
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qiwi/uniconfig - npm Package Compare versions

Comparing version 2.21.1 to 2.22.1

7

CHANGELOG.md

@@ -0,1 +1,8 @@

# [@qiwi/uniconfig-v2.22.1](https://github.com/qiwi/uniconfig/compare/v2.22.0...v2.22.1) (2019-05-29)
### Performance Improvements
* expose main as es5, repack ([104fc74](https://github.com/qiwi/uniconfig/commit/104fc74))
# [@qiwi/uniconfig-v2.21.1](https://github.com/qiwi/uniconfig/compare/v2.21.0...v2.21.1) (2019-01-15)

@@ -2,0 +9,0 @@

18

dist/es5/index.js

@@ -7,3 +7,3 @@ "use strict";

var _exportNames = {};
exports.default = void 0;
exports["default"] = void 0;

@@ -31,11 +31,11 @@ var _uniconfigCore = _interopRequireWildcard(require("@qiwi/uniconfig-core"));

function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { "default": obj }; }
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = Object.defineProperty && Object.getOwnPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : {}; if (desc.get || desc.set) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } } newObj.default = obj; return newObj; } }
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = Object.defineProperty && Object.getOwnPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : {}; if (desc.get || desc.set) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } } newObj["default"] = obj; return newObj; } }
(0, _uniconfigCore.rollupPlugin)(_uniconfigPluginJson.default);
(0, _uniconfigCore.rollupPlugin)(_uniconfigPluginApiFile.default);
(0, _uniconfigCore.rollupPlugin)(_uniconfigPluginDatatree.default);
(0, _uniconfigCore.rollupPlugin)(_uniconfigPluginPath.default);
var _default = _uniconfigCore.default;
exports.default = _default;
(0, _uniconfigCore.rollupPlugin)(_uniconfigPluginJson["default"]);
(0, _uniconfigCore.rollupPlugin)(_uniconfigPluginApiFile["default"]);
(0, _uniconfigCore.rollupPlugin)(_uniconfigPluginDatatree["default"]);
(0, _uniconfigCore.rollupPlugin)(_uniconfigPluginPath["default"]);
var _default = _uniconfigCore["default"];
exports["default"] = _default;
{
"name": "@qiwi/uniconfig",
"version": "2.21.1",
"version": "2.22.1",
"description": "Yet another one config processor. Weird. Slow. Our own.",
"main": "dist/es6/index.js",
"main": "dist/es5/index.js",
"scripts": {

@@ -29,6 +29,6 @@ "build_es6": "flow-remove-types src/ --out-dir dist/es6/",

"dependencies": {
"@qiwi/uniconfig-core": "^2.19.0",
"@qiwi/uniconfig-plugin-json": "^2.1.1",
"@qiwi/uniconfig-plugin-datatree": "^2.16.0",
"@qiwi/uniconfig-plugin-api-file": "^2.1.1"
"@qiwi/uniconfig-core": "^2.22.0",
"@qiwi/uniconfig-plugin-json": "^2.21.1",
"@qiwi/uniconfig-plugin-datatree": "^2.21.1",
"@qiwi/uniconfig-plugin-api-file": "^2.21.1"
},

@@ -35,0 +35,0 @@ "files": [

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