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.1.0 to 2.21.0

7

CHANGELOG.md

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

# [@qiwi/uniconfig-v2.21.0](https://github.com/qiwi/uniconfig/compare/v2.20.0...v2.21.0) (2018-12-05)
### Features
* add path plugin to uniconfig pack ([3598d55](https://github.com/qiwi/uniconfig/commit/3598d55))
# [@qiwi/uniconfig-v2.1.0](https://github.com/qiwi/uniconfig/compare/v2.0.2...v2.1.0) (2018-10-16)

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

3

dist/es5/index.js

@@ -28,2 +28,4 @@ "use strict";

var _uniconfigPluginPath = _interopRequireDefault(require("@qiwi/uniconfig-plugin-path"));
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }

@@ -36,3 +38,4 @@

(0, _uniconfigCore.rollupPlugin)(_uniconfigPluginDatatree.default);
(0, _uniconfigCore.rollupPlugin)(_uniconfigPluginPath.default);
var _default = _uniconfigCore.default;
exports.default = _default;

@@ -5,2 +5,3 @@ import unicore, {rollupPlugin} from '@qiwi/uniconfig-core'

import datatreePlugin from '@qiwi/uniconfig-plugin-datatree'
import pathPlugin from '@qiwi/uniconfig-plugin-path'

@@ -10,4 +11,5 @@ rollupPlugin(jsonPlugin)

rollupPlugin(datatreePlugin)
rollupPlugin(pathPlugin)
export * from '@qiwi/uniconfig-core'
export default unicore

16

package.json
{
"name": "@qiwi/uniconfig",
"version": "2.1.0",
"version": "2.21.0",
"description": "Yet another one config processor. Weird. Slow. Our own.",
"main": "dist/es6/index.js",
"scripts": {
"jest": "BABEL_ENV=test NODE_ENV=test jest -w 1 --detectOpenHandles --config jest.config.json",
"build_es6": "flow-remove-types src/ --out-dir dist/es6/",

@@ -30,6 +29,6 @@ "build_es5": "BABEL_ENV=production babel src --out-dir dist/es5/",

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

@@ -40,6 +39,3 @@ "files": [

"dist/"
],
"devDependencies": {
"@babel/core": "^7.1.2"
}
]
}
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