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

@transifex/react

Package Overview
Dependencies
Maintainers
1
Versions
88
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@transifex/react - npm Package Compare versions

Comparing version 0.11.2 to 0.12.1

13

package.json
{
"name": "@transifex/react",
"version": "0.11.2",
"version": "0.12.1",
"description": "Transifex Native for React",

@@ -25,6 +25,7 @@ "keywords": [

"prepare": "run-s build",
"test": "run-s test:unit test:lint test:build",
"lint": "eslint src/ tests/",
"test": "run-s test:unit test:build",
"test:build": "run-s build",
"test:lint": "eslint src",
"test:unit": "jest --coverage=true --forceExit"
"test:unit": "jest --coverage=true --forceExit",
"publish-npm": "npm publish"
},

@@ -38,3 +39,3 @@ "bugs": {

"peerDependencies": {
"@transifex/native": "^0.11.0",
"@transifex/native": "^0.11.0 || ^0.12.0",
"prop-types": "^15.0.0",

@@ -46,3 +47,3 @@ "react": "^16.0.0 || ^17.0.0"

"@testing-library/react": "^10.4.9",
"@transifex/native": "^0.11.2",
"@transifex/native": "^0.12.1",
"eslint": "^6.6.0",

@@ -49,0 +50,0 @@ "eslint-config-airbnb": "^18.2.0",

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