Socket
Socket
Sign inDemoInstall

delposto

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

delposto - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

5

commands/publish.js

@@ -22,2 +22,3 @@ /**

templates = require('../lib/templates'),
linkMarkRegExp = /\[([^\]]+)\]\([^\)]+\)/g,
showdownConverter = new Showdown.converter(),

@@ -67,2 +68,6 @@

desc = (desc || '').trim();
// Convert the string to not have some of the markdown bits first.
desc = desc.replace(linkMarkRegExp, '$1');
var text = /[^\r\n]*/.exec(desc);

@@ -69,0 +74,0 @@ text = text[0];

2

delposto.js

@@ -11,3 +11,3 @@ /**

var version = '0.0.1',
var version = '0.0.2',
exists = require('./lib/exists'),

@@ -14,0 +14,0 @@ path = require('path'),

{
"name": "delposto",
"version": "0.0.1",
"version": "0.0.2",
"dependencies": {

@@ -5,0 +5,0 @@ "slug": "~0.2.2",

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