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

blogs-processor-html

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

blogs-processor-html - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

4

index.js
module.exports = function (buffer) {
return new Promise((resolve, reject) => {
var error;
var data;
let error;
let data;
try {

@@ -6,0 +6,0 @@ buffer.toString().replace(/(^[\s\S]*?)\s*---+\s*([\s\S]*)$/, (match, head, body) => {

{
"name": "blogs-processor-html",
"version": "0.1.2",
"version": "0.1.3",
"description": "A HTML processor for blogs",

@@ -5,0 +5,0 @@ "author": "Kei Ito",

@@ -1,5 +0,5 @@

var assert = require('assert');
var fs = require('fs');
var path = require('path');
var processor = require('..');
const assert = require('assert');
const fs = require('fs');
const path = require('path');
const processor = require('..');

@@ -6,0 +6,0 @@ it('should have title, date, html', function (done) {

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