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

@textlint/source-code-fixer

Package Overview
Dependencies
Maintainers
3
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@textlint/source-code-fixer - npm Package Compare versions

Comparing version 13.4.1 to 13.4.2-next.0

6

lib/src/source-code-fixer.js

@@ -106,5 +106,5 @@ "use strict";

fixed: true,
messages: cloneMessages,
applyingMessages: applyingMessages.reverse(),
remainingMessages: remainingMessages.sort(compareMessagesByLocation),
messages: cloneMessages, // have order
applyingMessages: applyingMessages.reverse(), // have order
remainingMessages: remainingMessages.sort(compareMessagesByLocation), // have not order
output: prefix + chars.join("")

@@ -111,0 +111,0 @@ };

@@ -99,5 +99,5 @@ import _debug from "debug";

fixed: true,
messages: cloneMessages,
applyingMessages: applyingMessages.reverse(),
remainingMessages: remainingMessages.sort(compareMessagesByLocation),
messages: cloneMessages, // have order
applyingMessages: applyingMessages.reverse(), // have order
remainingMessages: remainingMessages.sort(compareMessagesByLocation), // have not order
output: prefix + chars.join("")

@@ -104,0 +104,0 @@ };

{
"name": "@textlint/source-code-fixer",
"version": "13.4.1",
"version": "13.4.2-next.0+e1284f9",
"description": "Apply @textlint/kernel lint result to text.",

@@ -49,3 +49,3 @@ "keywords": [

"dependencies": {
"@textlint/types": "^13.4.1",
"@textlint/types": "^13.4.2-next.0+e1284f9",
"debug": "^4.3.4"

@@ -55,8 +55,8 @@ },

"@types/mocha": "^9.1.1",
"@types/node": "^18.18.9",
"@types/node": "^18.19.9",
"mocha": "^10.2.0",
"prettier": "^2.7.1",
"rimraf": "^3.0.2",
"ts-node": "^10.9.1",
"typescript": "~4.9.4"
"ts-node": "^10.9.2",
"typescript": "~5.3.3"
},

@@ -66,3 +66,3 @@ "publishConfig": {

},
"gitHead": "12529a831ab27256c0a322b439420f741ad22029"
"gitHead": "e1284f942abd8eae21f4bdf029a185c9036ac0d6"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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