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

@shockpkg/icon-encoder

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shockpkg/icon-encoder - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

4

bin/icon-encoder.js

@@ -181,3 +181,3 @@ #!/usr/bin/env node

switches['--raw']
)
)
: createIcns(

@@ -188,3 +188,3 @@ pngs,

switches['--dark']
));
));
if (err) {

@@ -191,0 +191,0 @@ console.error(err);

@@ -10,3 +10,3 @@ "use strict";

const NAME = exports.NAME = "@shockpkg/icon-encoder";
const VERSION = exports.VERSION = "3.2.0";
const VERSION = exports.VERSION = "3.2.1";
//# sourceMappingURL=meta.js.map
{
"name": "@shockpkg/icon-encoder",
"description": "Package for encoding different icon files",
"version": "3.2.0",
"version": "3.2.1",
"keywords": [

@@ -37,3 +37,3 @@ "shockpkg",

"scripts": {
"clean": "rimraf *.log* dts esm cjs spec/encodes",
"clean": "rimraf dts esm cjs spec/encodes",
"lint": "eslint .",

@@ -69,21 +69,21 @@ "format": "prettier -w .",

"devDependencies": {
"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.2",
"@babel/preset-env": "^7.23.2",
"@babel/preset-typescript": "^7.23.2",
"@types/node": "^20.8.10",
"@types/pngjs": "^6.0.3",
"@typescript-eslint/eslint-plugin": "^6.9.1",
"@typescript-eslint/parser": "^6.9.1",
"@babel/cli": "^7.23.9",
"@babel/core": "^7.23.9",
"@babel/preset-env": "^7.23.9",
"@babel/preset-typescript": "^7.23.3",
"@types/node": "^20.11.19",
"@types/pngjs": "^6.0.4",
"@typescript-eslint/eslint-plugin": "^7.0.2",
"@typescript-eslint/parser": "^7.0.2",
"babel-plugin-esm-resolver": "^2.3.2",
"babel-plugin-search-and-replace": "^1.1.1",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsdoc": "^46.8.2",
"prettier": "^3.0.3",
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-jsdoc": "^48.1.0",
"prettier": "^3.2.5",
"rimraf": "^5.0.5",
"source-map-support": "^0.5.21",
"typescript": "^5.2.2"
"typescript": "^5.3.3"
}
}

Sorry, the diff of this file is not supported yet

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