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

babel-plugin-formatjs

Package Overview
Dependencies
Maintainers
1
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-plugin-formatjs - npm Package Compare versions

Comparing version 9.2.5 to 10.0.0

6

package.json
{
"name": "babel-plugin-formatjs",
"version": "9.2.5",
"version": "10.0.0",
"description": "Extracts string messages for translation from modules that use formatjs.",

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

"@babel/types": "^7.9.5",
"@formatjs/ts-transformer": "3.2.1",
"@formatjs/ts-transformer": "3.2.2",
"@types/babel__core": "^7.1.7",
"@types/babel__helper-plugin-utils": "7",
"intl-messageformat-parser": "6.4.3",
"intl-messageformat-parser": "6.4.4",
"tslib": "^2.1.0"

@@ -25,0 +25,0 @@ },

@@ -50,3 +50,3 @@ "use strict";

if (isJSXSource === void 0) { isJSXSource = false; }
if (idInterpolationPattern === void 0) { idInterpolationPattern = '[contenthash:5]'; }
if (idInterpolationPattern === void 0) { idInterpolationPattern = '[sha512:contenthash:base64:6]'; }
var id = getMessageDescriptorValue(descriptorPath.id);

@@ -53,0 +53,0 @@ var defaultMessage = getICUMessageValue(descriptorPath.defaultMessage, {

Sorry, the diff of this file is not supported yet

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