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.2.0 to 0.2.1

6

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

@@ -37,3 +37,3 @@ "keywords": [

"peerDependencies": {
"@transifex/native": "^0.1.0",
"@transifex/native": "^0.2.0",
"prop-types": "^15.0.0",

@@ -45,3 +45,3 @@ "react": "^16.0.0"

"@testing-library/react": "^10.4.7",
"@transifex/native": "^0.2.0",
"@transifex/native": "^0.2.1",
"eslint": "^6.6.0",

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

@@ -7,3 +7,3 @@ # Transifex Native for React

* [@transifex/native](https://www.npmjs.com/package/@transifex/native)
* [@transifex/cli](https://www.npmjs.com/package/@transifex/native)
* [@transifex/cli](https://www.npmjs.com/package/@transifex/cli)

@@ -19,5 +19,5 @@ ## Install

```jsx
import React, { Component } from 'react'
import React, { Component } from 'react';
import T from '@transifex/react'
import { T } from '@transifex/react';

@@ -44,3 +44,3 @@ class Example extends Component {

</div>
)
);
}

@@ -47,0 +47,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