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

atomdoc

Package Overview
Dependencies
Maintainers
3
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

atomdoc - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

2

lib/parser.js

@@ -129,3 +129,3 @@ (function() {

firstToken = _.first(tokens);
if (firstToken.type === 'heading') {
if ((firstToken != null ? firstToken.type : void 0) === 'heading') {
tokens.shift();

@@ -132,0 +132,0 @@ _ref1 = parseSummaryAndDescription(tokens), summary = _ref1.summary, description = _ref1.description;

{
"name": "atomdoc",
"version": "0.2.0",
"version": "0.2.1",
"description": "A atomdoc parser",

@@ -5,0 +5,0 @@ "main": "./lib/atomdoc.js",

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