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

@qiwi/uniconfig-plugin-dotenv

Package Overview
Dependencies
Maintainers
5
Versions
21
Alerts
File Explorer

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 3.3.1 to 3.5.1

7

CHANGELOG.md

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

# [@qiwi/uniconfig-plugin-dotenv-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-dotenv-v3.3.1](https://github.com/qiwi/uniconfig/compare/v3.3.0...v3.3.1) (2020-05-04)

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

16

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

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

"dependencies": {
"@qiwi/uniconfig-core": "^3.3.0",
"@qiwi/uniconfig-core": "^3.5.0",
"dotenv": "^8.2.0",
"tslib": "^1.11.1"
"tslib": "^2.0.0"
},

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

"devDependencies": {
"typescript": "3.8.3",
"@types/node": "^13.13.4",
"ts-jest": "^25.4.0",
"@types/jest": "^25.2.1",
"typescript": "3.9.7",
"@types/node": "^14.0.26",
"ts-jest": "^26.1.3",
"@types/jest": "^26.0.7",
"@types/dotenv": "^8.2.0",
"jest": "^25.5.4"
"jest": "^26.1.0"
}
}
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.pipe = exports.name = void 0;
var dotenv_1 = require("dotenv");

@@ -4,0 +5,0 @@ exports.name = 'dotenv';

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