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

@alexghr/env-config

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alexghr/env-config - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

2

CHANGELOG.md

@@ -0,1 +1,3 @@

## [1.0.3](https://github.com/alexghr/env-config/compare/v1.0.2...v1.0.3) (2022-06-19)
## [1.0.2](https://github.com/alexghr/env-config/compare/v1.0.1...v1.0.2) (2022-05-13)

@@ -2,0 +4,0 @@

6

dist/map.js

@@ -1,3 +0,2 @@

export const string = (x)=>x
;
export const string = (x)=>x;
export const number = (x)=>{

@@ -12,3 +11,2 @@ const parsed = x ? parseInt(x, 10) : NaN;

]);
export const boolean = (x)=>x ? acceptedBooleanTrues.has(x) : undefined
;
export const boolean = (x)=>x ? acceptedBooleanTrues.has(x) : undefined;
{
"name": "@alexghr/env-config",
"version": "1.0.2",
"version": "1.0.3",
"repository": "https://github.com/alexghr/env-config.git",

@@ -38,11 +38,11 @@ "author": "Alex Gherghisan <alexghr@users.noreply.github.com>",

"@swc/cli": "^0.1.57",
"@swc/core": "^1.2.182",
"@swc/core": "^1.2.204",
"@types/node": "^14.0.0",
"@typescript-eslint/eslint-plugin": "^5.23.0",
"@typescript-eslint/eslint-plugin": "^5.28.0",
"@typescript-eslint/parser": "^5.23.0",
"eslint": "^8.15.0",
"eslint": "^8.18.0",
"eslint-config-prettier": "^8.5.0",
"prettier": "^2.6.2",
"semantic-release": "^19.0.2",
"typescript": "^4.6.4"
"typescript": "^4.7.4"
},

@@ -49,0 +49,0 @@ "engines": {

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