Comparing version 1.0.2 to 1.0.3
@@ -0,1 +1,5 @@ | ||
# 1.0.3 | ||
* `DOCS`: correct `@type` and `@return` annotations in parser | ||
# 1.0.2 | ||
@@ -2,0 +6,0 @@ |
@@ -16,3 +16,3 @@ { | ||
], | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"main": "./parser.js", | ||
@@ -19,0 +19,0 @@ "bugs": { |
@@ -131,3 +131,3 @@ 'use strict'; | ||
* | ||
* @type {Boolean} | ||
* @type {boolean} | ||
*/ | ||
@@ -139,3 +139,3 @@ var maybeNS = false; | ||
* | ||
* @type {Boolean} | ||
* @type {boolean} | ||
*/ | ||
@@ -154,3 +154,3 @@ var isNamespace = false; | ||
* | ||
* @type {Boolean} | ||
* @type {boolean} | ||
*/ | ||
@@ -196,3 +196,3 @@ var parseStop = false; // прервать парсер | ||
* | ||
* @return {EasySax} | ||
* @return {Saxen} | ||
*/ | ||
@@ -238,3 +238,3 @@ this.on = function(name, cb) { | ||
* | ||
* @return {EasySax} | ||
* @return {Saxen} | ||
*/ | ||
@@ -328,3 +328,3 @@ this.ns = function(nsMap) { | ||
* | ||
* @return {Boolean|Object} | ||
* @return {boolean|Object} | ||
*/ | ||
@@ -331,0 +331,0 @@ function getAttrs() { |
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
23413