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

jsq

Package Overview
Dependencies
Maintainers
9
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsq - npm Package Compare versions

Comparing version 0.0.6 to 1.0.0

11

package.json
{
"name": "jsq",
"version": "0.0.6",
"version": "1.0.0",
"description": "Command line tool for repacing all double quoted strings with single quoted strings in a file or directory. Usage: jsq fileOrDirectory [fileOrDirectory [..]]",

@@ -25,6 +25,6 @@ "main": "index.js",

"author": "Allan Ebdrup",
"license": "Apache v2",
"license": "MIT",
"dependencies": {
"singlequote": "~0.0.8",
"findit": "~1.1"
"singlequote": "^1.0",
"findit": "^2.0"
},

@@ -38,3 +38,4 @@ "devDependencies": {},

"url": "https://github.com/Muscula/jsq/issues"
}
},
"homepage": "https://github.com/Muscula/jsq#readme"
}
jsq
---
Command line tool for transforming all double quote strings in JavaScript (.js) file(s) to single quoted strings
Command line tool for transforming all double-quoted-strings in JavaScript (.js) file(s) to single-quoted-strings

@@ -50,7 +50,7 @@ ```

---------------
I created this tool because we where initially using both single quoted and double quoted strings in our JavaScript code
I created this tool because we where initially using both single-quoted and double-quoted strings in our JavaScript code
on a project.
Then we decided that our coding-standard should be single-quotes JavaSctipt strings, but the codebase was a mix.
Then we decided that our coding-standard should be single-quoted JavaSctipt strings, but the codebase was a mix.
With `jsq` I was able to clean up the entire project in a jiff.

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