Comparing version 0.0.9 to 0.0.10
@@ -145,3 +145,3 @@ 'use strict'; | ||
var _this3 = _possibleConstructorReturn(this, (SoupDoctypeString.__proto__ || Object.getPrototypeOf(SoupDoctypeString)).call(this, parent, previousElement, nextElement)); | ||
var _this3 = _possibleConstructorReturn(this, (SoupDoctypeString.__proto__ || Object.getPrototypeOf(SoupDoctypeString)).call(this, text, parent, previousElement, nextElement)); | ||
@@ -148,0 +148,0 @@ _this3._text = text; |
{ | ||
"name": "jssoup", | ||
"version": "0.0.9", | ||
"version": "0.0.10", | ||
"description": "JSSoup is a BeautifulSoup style HTML parser library.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/lib/jssoup.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
22297