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

@arundo/typed-env

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arundo/typed-env - npm Package Compare versions

Comparing version 0.0.3 to 0.0.5

2

dist/index.d.ts

@@ -6,3 +6,3 @@ import { z } from 'zod';

[K in keyof InputType as SnakeToCamelCase<string & K>]: InputType[K];
};
} & {};
type NamingConvention = 'camelcase' | 'default';

@@ -9,0 +9,0 @@ type BaseSchema = Record<string, unknown>;

{
"name": "@arundo/typed-env",
"version": "0.0.3",
"version": "0.0.5",
"description": "Typed environment variables made easy 🚀",

@@ -8,4 +8,11 @@ "main": "dist/index.js",

"types": "dist/index.d.ts",
"keywords": [],
"author": "",
"keywords": [
"typescript",
"validation",
"types",
"environment-variables",
"zod",
"env"
],
"author": "Arundo Analytics",
"license": "MIT",

@@ -12,0 +19,0 @@ "peerDependencies": {

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