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

jsq

Package Overview
Dependencies
Maintainers
1
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.1 to 0.0.2

56

package.json
{
"name": "jsq",
"version": "0.0.1",
"description": "Command line tool for repacing all double quoted strings with single quoted strings in a file or directory. Usage: jsq fileOrDirectory [fileOrDirectory [fileOrdirectory]]",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Command",
"line",
"single",
"quoted",
"string",
"double",
"quoted",
"string",
"javascript",
"code"
],
"bin": {
"jsq": "./index.js"
},
"author": "Allan Ebdrup",
"license": "Apache v2",
"dependencies": {
"singlequote": "~0.0.5",
"findit": "~1.1"
}
"name": "jsq",
"version": "0.0.2",
"description": "Command line tool for repacing all double quoted strings with single quoted strings in a file or directory. Usage: jsq fileOrDirectory [fileOrDirectory [..]]",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Command",
"line",
"single",
"quoted",
"string",
"double",
"quoted",
"string",
"javascript",
"code"
],
"bin": {
"jsq": "./index.js"
},
"author": "Allan Ebdrup",
"license": "Apache v2",
"dependencies": {
"singlequote": "~0.0.7",
"findit": "~1.1"
}
}

@@ -1,3 +0,3 @@

singlequote
--------------
jsq
---

@@ -12,11 +12,4 @@ Command line tool for transforming all double quote strings in JavaScript (.js) file(s) to single quoted strings

-----
```js
jsq
```
running singlequote on an entire directory of .js files
-------------------------------------------------------
You need to have the module `findit` installed in your solution.
```js
jsq fileOrDirectory [fileOrDirectory [...]]
```
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