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
2
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.5.5 to 3.5.6

10

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

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

"dependencies": {
"@qiwi/uniconfig-core": "3.5.4",
"@qiwi/uniconfig-core": "3.5.5",
"lodash": "^4.17.21",
"tslib": "^2.4.0"
"tslib": "^2.6.2"
},
"devDependencies": {
"@types/lodash": "^4.14.182",
"@types/node": "18.6.5"
"@types/lodash": "^4.14.199",
"@types/node": "20.12.7"
}
}
import { IPipeline, IAny, INamedPipe } from '@qiwi/uniconfig-core';
export declare const name = "datatree";
export declare type ISource = {
export type ISource = {
data: IAny;
pipeline: IPipeline;
};
export declare type IDatatree = {
export type IDatatree = {
data: IAny;

@@ -13,3 +13,3 @@ sources: {

};
export declare type ISourceMap = {
export type ISourceMap = {
[key: string]: IAny;

@@ -16,0 +16,0 @@ };

import { IPipeline, IAny, INamedPipe } from '@qiwi/uniconfig-core';
export declare const name = "datatree";
export declare type ISource = {
export type ISource = {
data: IAny;
pipeline: IPipeline;
};
export declare type IDatatree = {
export type IDatatree = {
data: IAny;

@@ -13,3 +13,3 @@ sources: {

};
export declare type ISourceMap = {
export type ISourceMap = {
[key: string]: IAny;

@@ -16,0 +16,0 @@ };

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