New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@progfay/scrapbox-parser

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@progfay/scrapbox-parser - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

package.json
{
"name": "@progfay/scrapbox-parser",
"version": "1.1.0",
"version": "1.1.1",
"description": "parse Scrapbox notation to JavaScript Object",

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

# Scrapbox Parser
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [![Build Status](https://travis-ci.org/progfay/scrapbox-parser.svg?branch=master)](https://travis-ci.org/progfay/scrapbox-parser) [![Coverage Status](https://coveralls.io/repos/github/progfay/scrapbox-parser/badge.svg?branch=master)](https://coveralls.io/github/progfay/scrapbox-parser?branch=master)
[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg?style=flat)](LICENSE) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com) [![npm version](https://badge.fury.io/js/%40progfay%2Fscrapbox-parser.svg)](https://badge.fury.io/js/%40progfay%2Fscrapbox-parser) [![Build Status](https://travis-ci.org/progfay/scrapbox-parser.svg?branch=master)](https://travis-ci.org/progfay/scrapbox-parser) [![Coverage Status](https://coveralls.io/repos/github/progfay/scrapbox-parser/badge.svg?branch=master)](https://coveralls.io/github/progfay/scrapbox-parser?branch=master)

@@ -8,3 +8,4 @@ parse Scrapbox notation to JavaScript Object

```js
import parse from 'scrapbox-parser'
import parse from '@progfay/scrapbox-parser'
import fetch from 'node-fetch'

@@ -11,0 +12,0 @@ const PROJECT_NAME = 'help'

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