Latest Threat Research:SANDWORM_MODE: Shai-Hulud-Style npm Worm Hijacks CI Workflows and Poisons AI Toolchains.Details
Socket
Book a DemoInstallSign in
Socket

jsmd

Package Overview
Dependencies
Maintainers
3
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsmd - npm Package Compare versions

Comparing version
0.3.2
to
1.0.0
+4
-4
.travis.yml
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

@@ -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
{
"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"
}
}

@@ -8,17 +8,2 @@ [![NPM version](https://badge.fury.io/js/jsmd.png)](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 @@