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

@qiwi/uniconfig-plugin-datatree

Package Overview
Dependencies
Maintainers
5
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@qiwi/uniconfig-plugin-datatree - npm Package Compare versions

Comparing version 3.3.1 to 3.5.1

7

CHANGELOG.md

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

# [@qiwi/uniconfig-plugin-datatree-v3.5.1](https://github.com/qiwi/uniconfig/compare/v3.5.0...v3.5.1) (2020-07-25)
### Bug Fixes
* **package:** up deps, fix some vulns ([9a93496](https://github.com/qiwi/uniconfig/commit/9a934964074456a8f343b9153f8b9b093cddb50e))
# [@qiwi/uniconfig-plugin-datatree-v3.3.1](https://github.com/qiwi/uniconfig/compare/v3.3.0...v3.3.1) (2020-05-04)

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

20

package.json
{
"name": "@qiwi/uniconfig-plugin-datatree",
"version": "3.3.1",
"version": "3.5.1",
"description": "uniconfig datatree plugin",

@@ -36,14 +36,14 @@ "main": "target/es5/index.js",

"dependencies": {
"tslib": "^1.11.1",
"@qiwi/uniconfig-core": "^3.3.0",
"lodash": "^4.17.15",
"@types/lodash": "^4.14.150"
"tslib": "^2.0.0",
"@qiwi/uniconfig-core": "^3.5.0",
"lodash": "^4.17.19",
"@types/lodash": "^4.14.158"
},
"devDependencies": {
"typescript": "3.8.3",
"@types/node": "^13.13.4",
"ts-jest": "^25.4.0",
"@types/jest": "^25.2.1",
"jest": "^25.5.4"
"typescript": "3.9.7",
"@types/node": "^14.0.26",
"ts-jest": "^26.1.3",
"@types/jest": "^26.0.7",
"jest": "^26.1.0"
}
}

@@ -16,4 +16,4 @@ import { IPipeline, IAny, INamedPipe } from '@qiwi/uniconfig-core';

};
export declare const evaluate: (data: any, sources: ISourceMap) => ISourceMap;
export declare const evaluate: (data: IAny, sources: ISourceMap) => ISourceMap;
export declare const pipe: INamedPipe;
export default pipe;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.pipe = exports.evaluate = exports.name = void 0;
var tslib_1 = require("tslib");

@@ -4,0 +5,0 @@ var uniconfig_core_1 = require("@qiwi/uniconfig-core");

@@ -16,4 +16,4 @@ import { IPipeline, IAny, INamedPipe } from '@qiwi/uniconfig-core';

};
export declare const evaluate: (data: any, sources: ISourceMap) => ISourceMap;
export declare const evaluate: (data: IAny, sources: ISourceMap) => ISourceMap;
export declare const pipe: INamedPipe;
export default pipe;

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