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.0.1 to 3.2.1

7

CHANGELOG.md

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

# [@qiwi/uniconfig-plugin-dotenv-v3.2.1](https://github.com/qiwi/uniconfig/compare/v3.2.0...v3.2.1) (2019-11-02)
### Performance Improvements
* **package:** up deps and repack ([f9c0e14](https://github.com/qiwi/uniconfig/commit/f9c0e14))
# [@qiwi/uniconfig-plugin-dotenv-v3.0.1](https://github.com/qiwi/uniconfig/compare/v3.0.0...v3.0.1) (2019-06-23)

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

24

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

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

"jest": "NODE_ENV=test jest -w 1 --detectOpenHandles --config jest.config.json",
"build_es5": "mkdir -p target/es5 && tsc -p tsconfig.build.json --target ES5 --outDir target/es5 -m CommonJS",
"build_es6": "mkdir -p target/es6 && tsc -p tsconfig.build.json --target ES6 --outDir target/es6",
"build": "yarn clean && npm run build_es6 && npm run build_es5"
"build:es5": "mkdir -p target/es5 && tsc -p tsconfig.build.json --target ES5 --outDir target/es5 -m CommonJS",
"build:es6": "mkdir -p target/es6 && tsc -p tsconfig.build.json --target ES6 --outDir target/es6",
"build": "yarn build:es6 && yarn build:es5"
},

@@ -30,4 +30,4 @@ "repository": {

"dependencies": {
"@qiwi/uniconfig-core": "^3.0.0",
"dotenv": "^8.0.0",
"@qiwi/uniconfig-core": "^3.2.0",
"dotenv": "^8.2.0",
"tslib": "^1.10.0"

@@ -41,9 +41,9 @@ },

"devDependencies": {
"typescript": "3.5.2",
"@types/node": "^12.0.10",
"ts-jest": "^24.0.2",
"@types/jest": "^24.0.15",
"@types/dotenv": "^6.1.1",
"jest": "^24.8.0"
"typescript": "3.6.4",
"@types/node": "^12.12.5",
"ts-jest": "^24.1.0",
"@types/jest": "^24.0.21",
"@types/dotenv": "^8.2.0",
"jest": "^24.9.0"
}
}
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