+4
-4
| language: "node_js" | ||
| node_js: | ||
| - "0.10" | ||
| - "0.11" | ||
| - "0.12" | ||
| - "node" | ||
| - "4" | ||
| - "6" | ||
| - "8" | ||
| - "9" | ||
| script: | ||
| - "npm test && npm run-script coveralls" | ||
| sudo: false |
+27
-19
@@ -0,29 +1,37 @@ | ||
| # 1.0.0 / 2018-02-26 | ||
| 0.3.0 / 2014-05-17 | ||
| ================== | ||
| - Bump dependencies | ||
| - Only support node 4+ | ||
| * support --harmony flags | ||
| * rename --debug flag to --show | ||
| # 0.3.2 / 2018-01-04 | ||
| 0.2.1 / 2014-01-01 | ||
| ================== | ||
| - Bump `marked` dependency | ||
| * improved debugging output | ||
| # 0.3.1 / 2015-09-02 | ||
| 0.2.0 / 2013-11-24 | ||
| ================== | ||
| - Bump dependencies | ||
| - Only support node 0.10+ | ||
| * Respect code in HTML comments | ||
| # 0.3.0 / 2014-05-17 | ||
| 0.1.0 / 2013-11-19 | ||
| ================== | ||
| - support --harmony flags | ||
| - rename --debug flag to --show | ||
| * Handle basic ASI | ||
| * Support piping the file to stdin in the CLI | ||
| * Support multi-line expressions | ||
| * Run code within a normal module context | ||
| # 0.2.1 / 2014-01-01 | ||
| 0.0.1 / 2013-11-12 | ||
| ================== | ||
| - improved debugging output | ||
| * Initial implementation | ||
| # 0.2.0 / 2013-11-24 | ||
| - Respect code in HTML comments | ||
| # 0.1.0 / 2013-11-19 | ||
| - Handle basic ASI | ||
| - Support piping the file to stdin in the CLI | ||
| - Support multi-line expressions | ||
| - Run code within a normal module context | ||
| # 0.0.1 / 2013-11-12 | ||
| - Initial implementation |
+6
-6
| { | ||
| "name": "jsmd", | ||
| "preferGlobal": true, | ||
| "version": "0.3.2", | ||
| "version": "1.0.0", | ||
| "description": "jsmd ensures that you will never have outdated and non-working JavaScript code in your README files.", | ||
@@ -19,3 +19,3 @@ "main": "./lib/jsmd.js", | ||
| "engines": { | ||
| "node": ">=0.10.0" | ||
| "node": ">=4.0.0" | ||
| }, | ||
@@ -39,8 +39,8 @@ "devDependencies": { | ||
| "dependencies": { | ||
| "escodegen": "1", | ||
| "esprima": "2", | ||
| "estraverse": "4", | ||
| "marked": "0.3.9", | ||
| "escodegen": "^1.9.1", | ||
| "esprima": "^2.7.3", | ||
| "estraverse": "^4.2.0", | ||
| "marked": "~0.3.9", | ||
| "v8-argv": "jkroso/v8-argv#1.1.1" | ||
| } | ||
| } |
+0
-15
@@ -8,17 +8,2 @@ [](http://badge.fury.io/js/jsmd) | ||
| # Important Notice | ||
| I'm no longer actively maintaining this project. If you are interested supporting it - [ping me on twitter](https://twitter.com/vesln). | ||
| The only thing that I will ask you is to not change the API drastically. If you are planning on doing that - better start a brand new project. | ||
| If you want me to transfer you only the name on npm, I'd be happy to only if the project **does not have any downloads on npm lately**. In case it's being | ||
| downloaded, there are people that depend on it and might step up and start maintaining, so I will not transfer it to you, regardless if you want to release | ||
| a new major version etc. | ||
| If you have any other questions, let me know. | ||
| Thanks! | ||
| Veselin | ||
| ## Synopsis | ||
@@ -25,0 +10,0 @@ |
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
Debug access
Supply chain riskUses debug, reflection and dynamic code execution features.
Found 1 instance in 1 package
Filesystem access
Supply chain riskAccesses the file system, and could potentially read sensitive data.
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
0
-100%1
-50%13789
-4.28%136
-9.93%+ Added
- Removed
Updated
Updated
Updated
Updated