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

@qiwi/uniconfig-plugin-dotenv

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version

to
3.5.2

{
"name": "@qiwi/uniconfig-plugin-dotenv",
"version": "3.5.1",
"version": "3.5.2",
"description": "Uniconfig dotenv parser plugin",

@@ -30,5 +30,5 @@ "main": "target/es5/index.js",

"dependencies": {
"@qiwi/uniconfig-core": "^3.5.0",
"dotenv": "^8.2.0",
"tslib": "^2.0.0"
"@qiwi/uniconfig-core": "3.5.2",
"dotenv": "^10.0.0",
"tslib": "^2.3.1"
},

@@ -41,9 +41,9 @@ "files": [

"devDependencies": {
"typescript": "3.9.7",
"@types/node": "^14.0.26",
"ts-jest": "^26.1.3",
"@types/jest": "^26.0.7",
"typescript": "4.4.3",
"@types/node": "^16.9.6",
"ts-jest": "^27.0.5",
"@types/jest": "^27.0.2",
"@types/dotenv": "^8.2.0",
"jest": "^26.1.0"
"jest": "^27.2.1"
}
}

@@ -9,6 +9,6 @@ "use strict";

handleSync: function (_context, data) {
return dotenv_1.parse(data);
return (0, dotenv_1.parse)(data);
},
handle: function (_context, data) {
return Promise.resolve(dotenv_1.parse(data));
return Promise.resolve((0, dotenv_1.parse)(data));
},

@@ -15,0 +15,0 @@ };

Sorry, the diff of this file is not supported yet