Socket
Socket
Sign inDemoInstall

@t3-oss/env-core

Package Overview
Dependencies
Maintainers
2
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@t3-oss/env-core - npm Package Compare versions

Comparing version 0.9.1 to 0.9.2-canary.a2c1806

27

package.json
{
"name": "@t3-oss/env-core",
"version": "0.9.1",
"version": "0.9.2-canary.a2c1806",
"type": "module",

@@ -17,16 +17,11 @@ "keywords": [

},
"main": "dist/index.js",
"exports": {
"./package.json": "./package.json",
".": {
"import": {
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
}
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"./presets": {
"import": {
"types": "./dist/presets.d.ts",
"default": "./dist/presets.js"
}
"types": "./dist/presets.d.ts",
"default": "./dist/presets.js"
}

@@ -40,7 +35,2 @@ },

],
"scripts": {
"build": "rm -rf dist && bunchee",
"dev": "bunhcee -w",
"typecheck": "tsc --noEmit"
},
"peerDependencies": {

@@ -59,3 +49,8 @@ "typescript": ">=5.0.0",

"zod": "^3.20.2"
},
"scripts": {
"build": "rm -rf dist && bunchee",
"dev": "bunhcee -w",
"typecheck": "tsc --noEmit"
}
}
}
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