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

react-i13n

Package Overview
Dependencies
Maintainers
5
Versions
78
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-i13n - npm Package Compare versions

Comparing version 0.1.21 to 0.1.22

6

dist/mixins/I13nMixin.js

@@ -122,2 +122,3 @@ /**

}
clearTimeout(pageInitViewportDetectionTimeout);
this._createI13nNode();

@@ -310,3 +311,6 @@ this._i13nNode.setReactComponent(this);

self._i13nNode.getChildrenNodes().forEach(function detectChildrenViewport (childNode) {
childNode.getReactComponent()._recursiveDetectViewport();
var reactComponent = childNode.getReactComponent();
if (reactComponent) {
reactComponent._recursiveDetectViewport();
}
});

@@ -313,0 +317,0 @@ }

4

package.json
{
"name": "react-i13n",
"description": "React I13n provides a performant and scalable solution to application instrumentation.",
"version": "0.1.21",
"version": "0.1.22",
"main": "index.js",

@@ -19,3 +19,3 @@ "repository": {

"hoist-non-react-statics": "^1.0.0",
"object-assign": "^2.0.0",
"object-assign": "^3.0.0",
"promise": "^7.0.1",

@@ -22,0 +22,0 @@ "setimmediate": "^1.0.2"

@@ -72,3 +72,3 @@ # react-i13n

Or follow our guide and [create your own](./docs/api/createPlugins.md).
Or follow our guide and [create your own](./docs/guides/createPlugins.md).

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