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

ra-language-polish

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ra-language-polish - npm Package Compare versions

Comparing version 1.2.0 to 1.3.4

esm/index.d.ts

40

package.json
{
"name": "ra-language-polish",
"version": "1.2.0",
"version": "1.3.4",
"description": "Polish messages 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",
"files": [
"*.md",
"lib",
"esm",
"src"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"build": "yarn run build-cjs && yarn run build-esm",
"build-cjs": "rimraf ./lib && tsc",
"build-esm": "rimraf ./esm && tsc --outDir esm --module es2015",
"test": "yarn build"
},

@@ -18,8 +29,25 @@ "repository": {

],
"author": "Tomasz Skorupka",
"contributors": [
{
"name": "Tomasz Skorupka"
},
{
"name": "Tymoteusz Czech",
"url": "https://www.tymek.cz"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/tskorupka/ra-language-polish/issues"
"url": "https://github.com/tymek/ra-language-polish/issues"
},
"homepage": "https://github.com/tskorupka/ra-language-polish#readme"
"homepage": "https://github.com/tymek/ra-language-polish#readme",
"devDependencies": {
"@types/node": "15.0.2",
"ra-core": "3.15.1",
"rimraf": "3.0.2",
"typescript": "4.2.4"
},
"peerDependencies": {
"ra-core": "3.x"
}
}

10

README.md
# Polish Messages for React-Admin
[![Build](https://github.com/Tymek/ra-language-polish/actions/workflows/ci.yml/badge.svg)](https://github.com/Tymek/ra-language-polish/actions)
Polish messages for [react-admin](https://github.com/marmelab/react-admin), the frontend framework for building admin applications on top of REST/GraphQL services.
![react-admin demo](http://static.marmelab.com/react-admin.gif)
## Installation
```sh
npm install --save ra-language-polish
npm install ra-language-polish
yarn add ra-language-polish
```

@@ -19,3 +19,3 @@

const messages = {
'pl': polishMessages,
'pl': polishMessages,
};

@@ -30,2 +30,2 @@

This translation is licensed under the MIT License, and sponsored by [marmelab](http://marmelab.com).
This translation is licensed under the MIT License.
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