Comparing version 0.0.6 to 1.0.0
{ | ||
"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
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
Mixed license
License(Experimental) Package contains multiple licenses.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
1
14163
1
1
+ Addedalign-text@0.1.4(transitive)
+ Addedcenter-align@0.1.3(transitive)
+ Addedcliui@2.1.0(transitive)
+ Addedfindit@2.0.0(transitive)
+ Addedis-buffer@1.1.6(transitive)
+ Addedkind-of@3.2.2(transitive)
+ Addedlazy-cache@1.0.4(transitive)
+ Addedlongest@1.0.1(transitive)
+ Addedrepeat-string@1.6.1(transitive)
+ Addedright-align@0.1.3(transitive)
+ Addedsinglequote@1.0.0(transitive)
+ Addedsource-map@0.5.7(transitive)
+ Addeduglify-js@2.8.29(transitive)
+ Addedyargs@3.10.0(transitive)
- Removedamdefine@1.0.1(transitive)
- Removedasync@0.2.10(transitive)
- Removedfindit@1.1.1(transitive)
- Removedsinglequote@0.0.12(transitive)
- Removedsource-map@0.1.34(transitive)
- Removeduglify-js@2.4.24(transitive)
- Removedyargs@3.5.4(transitive)
Updatedfindit@^2.0
Updatedsinglequote@^1.0