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.2.0 to 0.2.1

5

lib/index.js

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

const node = { type: 'text', content: attr.value }
addLocation(node, location[attr.name], options)
let propName = ''
if (attr.prefix && attr.prefix.length) propName += `${attr.prefix}:`
propName += attr.name.toLowerCase()
addLocation(node, location[propName], options)
m[attr.name] = [node]

@@ -65,0 +68,0 @@ return m

2

package.json
{
"name": "reshape-parser",
"description": "html parser for reshape",
"version": "0.2.0",
"version": "0.2.1",
"author": "Jeff Escalante",

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

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