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

react-i18nify

Package Overview
Dependencies
Maintainers
2
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-i18nify - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

4

example/example.js

@@ -1,3 +0,3 @@

import React from 'react';
import ReactDOM from 'react-dom/server';
const React = require('react');
const ReactDOM = require('react-dom/server');

@@ -4,0 +4,0 @@ let ReactI18nfiy = null;

@@ -1,2 +0,2 @@

require('babel-core/register');
require('@babel/register');
require('./example');
{
"name": "react-i18nify",
"version": "2.1.0",
"version": "2.1.1",
"description": "Simple i18n translation and localization components and helpers for React applications.",

@@ -56,2 +56,3 @@ "main": "./build/index.js",

"@babel/preset-react": "^7.6.3",
"@babel/register": "^7.6.2",
"babel-eslint": "^10.0.3",

@@ -58,0 +59,0 @@ "enzyme": "^3.10.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