Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@payloadcms/translations

Package Overview
Dependencies
Maintainers
4
Versions
370
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@payloadcms/translations - npm Package Compare versions

Comparing version 3.0.0-alpha.65 to 3.0.0-alpha.66

24

package.json
{
"name": "@payloadcms/translations",
"version": "3.0.0-alpha.65",
"main": "./dist/exports/index.js",
"types": "./dist/exports/index.d.ts",
"type": "module",
"version": "3.0.0-alpha.66",
"homepage": "https://payloadcms.com",

@@ -13,2 +10,3 @@ "repository": {

},
"type": "module",
"exports": {

@@ -31,5 +29,7 @@ ".": {

},
"publishConfig": {
"access": "public"
},
"main": "./dist/exports/index.js",
"types": "./dist/exports/index.d.ts",
"files": [
"dist"
],
"devDependencies": {

@@ -39,13 +39,13 @@ "@swc/core": "^1.3.102",

"date-fns": "3.3.1",
"typescript": "5.4.4",
"typescript": "5.4.5",
"@payloadcms/eslint-config": "1.1.1"
},
"files": [
"dist"
],
"publishConfig": {
"access": "public"
},
"scripts": {
"build": "pnpm build:types",
"build:types": "tsc --outDir dist",
"build": "pnpm build:types",
"clean": "rimraf {dist,*.tsbuildinfo}"
}
}
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