Socket
Socket
Sign inDemoInstall

@formatjs/cli

Package Overview
Dependencies
Maintainers
3
Versions
247
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@formatjs/cli - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

2

package.json
{
"name": "@formatjs/cli",
"version": "5.0.0",
"version": "5.0.1",
"description": "A CLI for formatjs.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -48,3 +48,5 @@ "use strict";

content: description
? "".concat(defaultMessage, "#").concat(description)
? "".concat(defaultMessage, "#").concat(typeof description === 'string'
? description
: (0, json_stable_stringify_1.default)(description))
: defaultMessage,

@@ -51,0 +53,0 @@ });

Sorry, the diff of this file is not supported yet

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