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

reshape-parser

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

reshape-parser - npm Package Compare versions

Comparing version 0.3.1 to 1.0.0

2

lib/index.js

@@ -16,3 +16,3 @@ const {SAXParser} = require('parse5')

const node = { type: 'text', content: tag }
const node = { type: 'doctype', content: tag }
addLocation(node, location, options)

@@ -19,0 +19,0 @@

{
"name": "reshape-parser",
"description": "html parser for reshape",
"version": "0.3.1",
"version": "1.0.0",
"author": "Jeff Escalante",

@@ -14,6 +14,6 @@ "ava": {

"devDependencies": {
"ava": "^0.19.0",
"coveralls": "^2.11.12",
"nyc": "^10.0.0",
"standard": "10.0.0"
"ava": "^0.25.0",
"coveralls": "^3.0.2",
"nyc": "^12.0.2",
"standard": "11.0.1"
},

@@ -20,0 +20,0 @@ "engines": {

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