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

ra-language-farsi

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ra-language-farsi - npm Package Compare versions

Comparing version 1.2.5 to 2.0.0

esm/index.d.ts

45

package.json
{
"name": "ra-language-farsi",
"version": "1.2.5",
"version": "2.0.0",
"description": "Farsi translations for React-Admin, the frontend framework for building admin applications on top of REST/GraphQL services.",
"main": "index.js",
"main": "lib/index.js",
"module": "esm/index.js",
"types": "esm/index.d.ts",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"lint": "yarn eslint",
"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",
"postversion": "yarn build",
"prepublishOnly": "yarn build"
},
"files": [
"*.md",
"lib",
"esm",
"src"
],
"repository": {

@@ -17,3 +31,4 @@ "type": "git",

"react-admin",
"translation"
"translation",
"farsi-translation"
],

@@ -25,3 +40,23 @@ "author": "Hamid FzM",

},
"homepage": "https://github.com/hamidfzm/ra-language-farsi#readme"
"homepage": "https://github.com/hamidfzm/ra-language-farsi#readme",
"dependencies": {
"ra-core": "^3.7.0"
},
"devDependencies": {
"@commitlint/config-conventional": "^9.0.1",
"commitlint": "^9.0.1",
"eslint": "^7.4.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-prettier": "^3.1.4",
"husky": "^4.2.5",
"prettier": "^2.0.5",
"typescript": "^3.9.6"
},
"husky": {
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "yarn lint",
"post-checkout": "yarn install"
}
}
}
.npmignore
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