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
238
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 2.2.0 to 2.2.1

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [2.2.1](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@2.2.0...eslint-plugin-formatjs@2.2.1) (2020-04-24)
### Bug Fixes
* **eslint-plugin-formatjs:** add missing dep ([776390e](https://github.com/formatjs/formatjs/commit/776390e9d6cb3bc1eef07b2e92057136cfe95b76))
# [2.2.0](https://github.com/formatjs/formatjs/compare/eslint-plugin-formatjs@2.1.5...eslint-plugin-formatjs@2.2.0) (2020-04-24)

@@ -8,0 +19,0 @@

11

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

@@ -32,9 +32,10 @@ "main": "dist/index.js",

"@types/emoji-regex": "^8.0.0",
"emoji-regex": "^8.0.0",
"intl-messageformat-parser": "^5.0.0"
"@typescript-eslint/typescript-estree": "^2.29.0",
"emoji-regex": "^9.0.0",
"intl-messageformat-parser": "^5.0.1"
},
"peerDependencies": {
"eslint": "^6.0.0"
"eslint": "^6.8.0"
},
"gitHead": "bb7dbf865d4bfd862a2c8f1fc7752c95e56335f4"
"gitHead": "9c83c2c89c3fcf8d68da29be3f1be8f516b21ae0"
}

@@ -30,3 +30,3 @@ import {Rule, Scope} from 'eslint';

if (messageNode.type === 'Literal' && messageNode.raw) {
reportObject.fix = function(fixer) {
reportObject.fix = function (fixer) {
return fixer.replaceText(

@@ -33,0 +33,0 @@ messageNode as Node,

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