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

analyze

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

analyze - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

2

lib/jsdoc.js

@@ -82,3 +82,3 @@ function JsDoc() {

var lines = str.split('\n').map(function(line) {
return line.replace(/^\s*\*/, '');
return line.replace(/^\s*\*( )?/, '');
});

@@ -85,0 +85,0 @@ var description = [];

{
"author": "Marat Dulin",
"name": "analyze",
"version": "0.0.12",
"version": "0.0.13",
"engines": {

@@ -6,0 +6,0 @@ "node": "0.10"

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