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

icojs

Package Overview
Dependencies
Maintainers
1
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

icojs - npm Package Compare versions

Comparing version 0.19.1 to 0.19.2

2

dist/ico.js
/*!
* icojs v0.19.1
* icojs v0.19.2
* (c) egy186

@@ -4,0 +4,0 @@ * https://github.com/egy186/icojs/blob/main/LICENSE

{
"name": "icojs",
"description": "parse ico file",
"version": "0.19.1",
"version": "0.19.2",
"author": "egy186",

@@ -21,3 +21,3 @@ "browser": "browser.js",

"@babel/preset-env": "^7.23.2",
"@egy186/eslint-config": "^0.100.0",
"@egy186/eslint-config": "^0.101.0",
"@playwright/test": "^1.40.0",

@@ -28,3 +28,3 @@ "@rollup/plugin-babel": "^6.0.4",

"@rollup/plugin-terser": "^0.4.4",
"@stylistic/eslint-plugin": "^1.4.1",
"@stylistic/eslint-plugin": "^1.5.1",
"c8": "^8.0.1",

@@ -35,9 +35,9 @@ "chai": "^4.3.10",

"ejs": "^3.1.7",
"eslint": "^8.54.0",
"eslint": "^8.55.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsdoc": "^46.9.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-n": "^16.4.0",
"jsdoc-to-markdown": "^8.0.0",
"jsonfile": "^6.1.0",
"marked": "^11.0.0",
"marked": "^11.1.0",
"mocha": "^10.2.0",

@@ -47,3 +47,3 @@ "pixelmatch": "^5.3.0",

"rimraf": "^5.0.1",
"rollup": "^4.6.0"
"rollup": "^4.8.0"
},

@@ -50,0 +50,0 @@ "engines": {

@@ -15,3 +15,9 @@ interface ParsedImage {

declare const ICO: { isICO, parseICO };
declare const ICO: {
isICO: (source: ArrayBuffer | Buffer) => Boolean;
parseICO: (
buffer: ArrayBuffer | Buffer,
mime?: string
) => Promise<Array<ParsedImage>>;
};

@@ -18,0 +24,0 @@ export type { ParsedImage };

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