Comparing version 0.15.0 to 0.15.1
/*! | ||
* icojs v0.15.0 | ||
* icojs v0.15.1 | ||
* (c) egy186 | ||
@@ -4,0 +4,0 @@ * https://github.com/egy186/icojs/blob/master/LICENSE |
{ | ||
"name": "icojs", | ||
"description": "parse ico file", | ||
"version": "0.15.0", | ||
"version": "0.15.1", | ||
"author": "egy186", | ||
@@ -39,3 +39,3 @@ "browser": "browser.js", | ||
"pug-cli": "^1.0.0-alpha6", | ||
"puppeteer": "^4.0.0", | ||
"puppeteer": "^5.0.0", | ||
"rimraf": "^3.0.0", | ||
@@ -42,0 +42,0 @@ "rollup": "^2.10.5", |
@@ -90,3 +90,3 @@ # icojs | ||
* [parse(buffer, [mime])](#exp_module_ICO--parse) ⇒ <code>Promise.<Array.<ParsedImage>></code> ⏏ | ||
* [parseSync(buffer, [mime])](#exp_module_ICO--parseSync) ⇒ [<code>Array.<ParsedImage></code>](#ParsedImage) ⏏ | ||
* ~~[parseSync(buffer, [mime])](#exp_module_ICO--parseSync) ⇒ [<code>Array.<ParsedImage></code>](#ParsedImage) ⏏~~ | ||
@@ -120,3 +120,5 @@ <a name="exp_module_ICO--isICO"></a> | ||
#### parseSync(buffer, [mime]) ⇒ [<code>Array.<ParsedImage></code>](#ParsedImage) ⏏ | ||
#### ~~parseSync(buffer, [mime]) ⇒ [<code>Array.<ParsedImage></code>](#ParsedImage) ⏏~~ | ||
***Deprecated*** | ||
Parse ICO and return some images synchronously **(Node.js only)**. | ||
@@ -123,0 +125,0 @@ |
@@ -41,2 +41,3 @@ 'use strict'; | ||
* | ||
* @deprecated | ||
* @access private | ||
@@ -83,2 +84,3 @@ * @param {ArrayBuffer|Buffer} arrayBuffer - Image buffer. | ||
* | ||
* @deprecated | ||
* @access private | ||
@@ -85,0 +87,0 @@ * @param {object} image - Data. |
@@ -22,2 +22,3 @@ 'use strict'; | ||
* | ||
* @deprecated | ||
* @alias module:ICO | ||
@@ -24,0 +25,0 @@ * @param {ArrayBuffer|Buffer} buffer - ICO file data. |
@@ -10,2 +10,3 @@ 'use strict'; | ||
* @access private | ||
* @deprecated | ||
* @param {ArrayBuffer|Buffer} data - ICO file data. | ||
@@ -12,0 +13,0 @@ * @param {string} mime - MIME type for output. |
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
53918
401
152