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

jsfix

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsfix - npm Package Compare versions

Comparing version 0.0.11 to 0.0.13

9

lib/map.js

@@ -99,8 +99,7 @@ function Deal(str) {

return end ? deal(str).insert(end - 1, ', 10') : false;
},
// 添加转义
"Unescaped '{a}'.": function (str, ch, a) {
return deal(str).insert(ch, '\\\\');
}
// ,
// // 添加转义
// "Unescaped '{a}'.": function (str, ch, a) {
// return deal(str).insert(ch, '\\\\');
// }
};

@@ -8,3 +8,3 @@ {

"description": "javascript fix base on jshint",
"version": "0.0.11",
"version": "0.0.13",
"main": "./lib/run.js",

@@ -11,0 +11,0 @@ "bin": {

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