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

use-intl

Package Overview
Dependencies
Maintainers
1
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

use-intl - npm Package Compare versions

Comparing version 0.0.1 to 0.1.0

dist/index.d.ts

46

package.json
{
"name": "use-intl",
"version": "0.0.1",
"main": "index.js",
"version": "0.1.0",
"sideEffects": false,
"author": "Jan Amann <jan@amann.me>",
"license": "MIT"
"description": "Minimal, but complete solution for managing internationalization in React apps.",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/amannn/next-intl/tree/main/packages/use-intl"
},
"scripts": {
"start": "tsdx watch",
"build": "tsdx build",
"test": "TZ=Europe/Berlin tsdx test",
"lint": "eslint src test && tsc",
"prepublishOnly": "yarn test && yarn lint && yarn build"
},
"main": "dist/index.js",
"module": "dist/use-intl.esm.js",
"typings": "dist/index.d.ts",
"files": [
"dist",
"src"
],
"dependencies": {
"intl-messageformat": "^9.3.18"
},
"peerDependencies": {
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
},
"devDependencies": {
"@testing-library/react": "^11.1.2",
"@types/react": "^16.9.56",
"eslint": "7.4.0",
"eslint-config-molindo": "5.0.1",
"react": "^17.0.0",
"react-dom": "^17.0.0",
"tsdx": "^0.14.1",
"tslib": "^2.0.3",
"typescript": "^4.1.2"
},
"engines": {
"node": ">=10"
}
}
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