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

eslint-plugin-formatjs

Package Overview
Dependencies
Maintainers
3
Versions
236
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eslint-plugin-formatjs - npm Package Compare versions

Comparing version 4.3.0 to 4.3.1

2

package.json
{
"name": "eslint-plugin-formatjs",
"version": "4.3.0",
"version": "4.3.1",
"description": "ESLint plugin for formatjs",

@@ -5,0 +5,0 @@ "main": "index.js",

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

}
return fixer.replaceText(messagePropNode, `defaultMessage: '${defaultMessage}', id: '${correctId}'`);
return fixer.insertTextAfter(messagePropNode, `, id: '${correctId}'`);
},

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