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

ljs

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ljs - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

1

CHANGELOG.md
## Release History
- **0.3.2** — *2015-08-30* — Dependencies update
- **0.3.1** — *2014-12-21* — Dependencies update

@@ -4,0 +5,0 @@ - **0.3.0** — *2014-12-21* — `--no-code` & `--no-meld`

10

lib/lex.js

@@ -15,3 +15,3 @@ /**

range: true,
comment: true
comment: true,
});

@@ -38,4 +38,4 @@

from,
comment.range[0]
]
comment.range[0],
],
});

@@ -61,4 +61,4 @@ }

from,
to
]
to,
],
});

@@ -65,0 +65,0 @@ }

{
"name": "ljs",
"description": "Generate docs from your source",
"version": "0.3.1",
"version": "0.3.2",
"homepage": "https://github.com/phadej/ljs",

@@ -18,8 +18,3 @@ "author": {

},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/phadej/ljs/blob/master/LICENSE"
}
],
"license": "MIT",
"main": "lib/literate.js",

@@ -36,4 +31,5 @@ "bin": {

"devDependencies": {
"eslint": "^0.15.0",
"jscs": "^1.6.2",
"david": "^6.1.4",
"eslint": "^1.3.1",
"jscs": "^2.1.1",
"jshint": "^2.6.0"

@@ -51,5 +47,5 @@ },

"esprima": "^2.0.0",
"glob": "^4.4.0",
"glob": "^5.0.14",
"underscore": "^1.8.2"
}
}

@@ -30,2 +30,3 @@ # ljs

- **0.3.2** — *2015-08-30* — Dependencies update
- **0.3.1** — *2014-12-21* — Dependencies update

@@ -32,0 +33,0 @@ - **0.3.0** — *2014-12-21* — `--no-code` & `--no-meld`

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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