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

t-i18n

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

t-i18n - npm Package Compare versions

Comparing version 0.2.1 to 0.2.2

1

dist/es6/react.d.ts

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

/// <reference path="../../node_modules/@types/react/index.d.ts" />
/// <reference types="react" />
import { ReactReplacements } from "./types";
export default function parseReact(xmlString: string, replacements: ReactReplacements): React.ReactNode[];

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

/// <reference path="../node_modules/@types/react/index.d.ts" />
/// <reference types="react" />
import { ReactReplacements } from "./types";
export default function parseReact(xmlString: string, replacements: ReactReplacements): React.ReactNode[];

4

package.json
{
"name": "t-i18n",
"version": "0.2.1",
"version": "0.2.2",
"description": "Simple, standards-based localization",

@@ -42,5 +42,5 @@ "author": "Mitch Cohen <mitch.cohen@me.com>",

"dependencies": {
"@types/react": "^16.0.5",
"@types/react": "^16.0.8",
"minimist": "^1.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