+2
-2
| { | ||
| "name": "cssmin-cli", | ||
| "version": "0.0.1", | ||
| "version": "0.0.2", | ||
| "description": "A simplest CSS minifier that uses a port of YUICompressor in JS", | ||
@@ -13,3 +13,3 @@ "main": "cssmin", | ||
| "type": "git", | ||
| "url": "git+ssh://git@github.com/mixartemev/node-cssmin.git" | ||
| "url": "https://git@github.com/mixartemev/node-cssmin" | ||
| }, | ||
@@ -16,0 +16,0 @@ "bugs": { |
+23
-12
@@ -18,12 +18,24 @@ Arguments: | ||
| { | ||
| "name": "cssmin-cli", | ||
| "version": "0.0.1", | ||
| "description": "A simplest CSS minifier that uses a port of YUICompressor in JS", | ||
| "main": "cssmin", | ||
| "bin": { | ||
| "cssmin": "./bin/cssmin" | ||
| }, | ||
| "author": "Johan Bleuzen (http://blog.johanbleuzen.fr)", | ||
| "license": "BSD-2-Clause", | ||
| "repository": "http://github.com/mixartemev/node-cssmin" | ||
| "name": "cssmin-cli", | ||
| "version": "0.0.2", | ||
| "description": "A simplest CSS minifier that uses a port of YUICompressor in JS", | ||
| "main": "cssmin", | ||
| "bin": { | ||
| "cssmin": "./bin/cssmin" | ||
| }, | ||
| "author": "Johan Bleuzen (http://blog.johanbleuzen.fr)", | ||
| "license": "BSD-2-Clause", | ||
| "repository": { | ||
| "type": "git", | ||
| "url": "https://git@github.com/mixartemev/node-cssmin" | ||
| }, | ||
| "bugs": { | ||
| "url": "https://github.com/mixartemev/node-cssmin/issues" | ||
| }, | ||
| "homepage": "https://github.com/mixartemev/node-cssmin#readme", | ||
| "dependencies": {}, | ||
| "devDependencies": {}, | ||
| "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| } | ||
| } | ||
@@ -35,4 +47,3 @@ | ||
| Lockfile: | ||
| # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. | ||
| # yarn lockfile v1 | ||
| No lockfile | ||
@@ -39,0 +50,0 @@ Trace: |
| # THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY. | ||
| # yarn lockfile v1 | ||
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
14552
1.25%5
-16.67%