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

@t3-oss/env-nextjs

Package Overview
Dependencies
Maintainers
2
Versions
42
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

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

Comparing version 0.9.1 to 0.9.2-canary.a2c1806

28

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

@@ -18,16 +18,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"
}

@@ -41,10 +36,4 @@ },

],
"scripts": {
"build": "rm -rf dist && bunchee",
"dev": "bunchee -w",
"typecheck": "tsc --noEmit",
"prepack": "bun ../../replace-workspace-protocol.ts"
},
"dependencies": {
"@t3-oss/env-core": "0.9.1"
"@t3-oss/env-core": "0.9.2-canary.a2c1806"
},

@@ -64,3 +53,8 @@ "peerDependencies": {

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