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

efgh

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

efgh - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

4

efgh.js

@@ -0,1 +1,2 @@

var path = require('path');
var escapeHTML = require('lodash.escape');

@@ -87,3 +88,4 @@ var extend = require('extend');

module.exports = {
sync: TheSynchronousInterface
sync: TheSynchronousInterface,
pathCSS: () => path.join(__dirname, 'efgh.css')
};
{
"name": "efgh",
"main": "efgh.js",
"version": "0.1.0",
"version": "0.2.0",
"description": "Echomail in Fidonet: generator of headers.",

@@ -6,0 +6,0 @@ "keywords": ["Fidonet", "FTN", "echomail", "header", "headers"],

@@ -73,2 +73,4 @@ [![(a histogram of downloads)](https://nodei.co/npm-dl/efgh.png?height=3)](https://npmjs.org/package/efgh)

* To facilitate such references, `require('efgh').pathCSS()` returns `path.join(__dirname, 'efgh.css')` (in other words, the full path to the `efgh.css` file).
HTML5 headers generated by EFGH may not be displayed properly if HTML5 representation is provided without the corresponding CSS rules (for example, in `description` elements of RSS items).

@@ -75,0 +77,0 @@

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