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

ra-i18n-polyglot

Package Overview
Dependencies
Maintainers
2
Versions
247
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ra-i18n-polyglot - npm Package Compare versions

Comparing version 3.19.8 to 4.0.0-4.0.0-beta.1.0

dist/esm/index.js

25

package.json
{
"name": "ra-i18n-polyglot",
"version": "3.19.8",
"version": "4.0.0-4.0.0-beta.1.0",
"description": "Polyglot i18n provider for react-admin",
"main": "lib/index.js",
"module": "esm/index.js",
"main": "dist/index",
"module": "dist/esm/index.js",
"types": "dist/index.d.ts",
"sideEffects": false,
"files": [
"*.md",
"lib",
"esm",
"dist",
"src"

@@ -22,15 +22,16 @@ ],

"scripts": {
"build": "yarn run build-cjs && yarn run build-esm",
"build-cjs": "rimraf ./lib && tsc",
"build-esm": "rimraf ./esm && tsc --outDir esm --module es2015",
"watch": "tsc --outDir esm --module es2015 --watch"
"build": "tsup src/index.ts --silent --clean --format cjs,esm --minify --keep-names --metafile --sourcemap --dts --legacy-output",
"watch": "tsup src/index.ts --silent --clean --format cjs,esm --minify --keep-names --metafile --sourcemap --dts --legacy-output --watch"
},
"dependencies": {
"node-polyglot": "^2.2.2",
"ra-core": "^3.19.8"
"ra-core": "^4.0.0-4.0.0-beta.1.0"
},
"devDependencies": {
"cross-env": "^5.2.0",
"rimraf": "^2.6.3"
}
"npm-dts": "^1.3.10",
"rimraf": "^2.6.3",
"tsup": "^5.11.11"
},
"gitHead": "0a00d991b668f2ce327db224e4b7564c77cdff1e"
}
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