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

jyt

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jyt - npm Package Compare versions

Comparing version 0.1.49 to 0.1.50

7

lib/jyt.parser.js

@@ -68,2 +68,7 @@ /**

function parse(html, cb) {
if (!cb) {
throw new Error('Must pass in callback to parse() as 2nd param');
}
var handler = new htmlparser.DefaultHandler(function (error, dom) {

@@ -77,3 +82,3 @@ if (error) {

}
});
}, { ignoreWhitespace: true });

@@ -80,0 +85,0 @@ var parser = new htmlparser.Parser(handler);

2

package.json
{
"name": "jyt",
"version": "0.1.49",
"version": "0.1.50",
"description": "JavaScript Your Templates",

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

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