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

@aeroware/outline

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aeroware/outline - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

11

dist/index.js

@@ -24,12 +24,1 @@ "use strict";

exports.default = parseOutline;
console.log(parseOutline(`h2 Welcome to Outline!
h5 Outline is a subset of Jade
p It's very easy to write outlines and documentation.
p.wow You can add a class,
p.amazing.wow or multiple classes.
h4.amazing.wow#cool Even ids work as well.`));

2

package.json
{
"name": "@aeroware/outline",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -32,15 +32,1 @@ export default function parseOutline(outline: string) {

}
console.log(
parseOutline(`h2 Welcome to Outline!
h5 Outline is a subset of Jade
p It's very easy to write outlines and documentation.
p.wow You can add a class,
p.amazing.wow or multiple classes.
h4.amazing.wow#cool Even ids work as well.`)
);
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