Socket
Socket
Sign inDemoInstall

@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.1.1 to 3.1.2

2

cjs/meta.js

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

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

@@ -19,2 +19,3 @@ "shockpkg",

{
"types": "./dts/index.d.ts",
"import": "./esm/index.mjs",

@@ -45,5 +46,11 @@ "require": "./cjs/index.js",

"build": "npm run build:dts && npm run build:esm && npm run build:cjs",
"test:esm": "node -r source-map-support/register --test esm",
"test:cjs": "node -r source-map-support/register --test cjs",
"test-legacy:esm": "node -r source-map-support/register --test esm",
"test-legacy:cjs": "node -r source-map-support/register --test cjs",
"test-legacy": "npm run test-legacy:esm && npm run test-legacy:cjs",
"test:esm": "node -r source-map-support/register --test 'esm/**/*.mjs'",
"test:cjs": "node -r source-map-support/register --test 'cjs/**/*.js'",
"test": "npm run test:esm && npm run test:cjs",
"all-legacy:esm": "npm run clean && npm run build:esm && npm run test-legacy:esm && npm run lint && npm run formatted",
"all-legacy:cjs": "npm run clean && npm run build:cjs && npm run test-legacy:cjs && npm run lint && npm run formatted",
"all-legacy": "npm run clean && npm run build && npm run test-legacy && npm run lint && npm run formatted",
"all:esm": "npm run clean && npm run build:esm && npm run test:esm && npm run lint && npm run formatted",

@@ -64,14 +71,14 @@ "all:cjs": "npm run clean && npm run build:cjs && npm run test:cjs && npm run lint && npm run formatted",

"@babel/cli": "^7.23.0",
"@babel/core": "^7.23.0",
"@babel/preset-env": "^7.22.20",
"@babel/preset-typescript": "^7.23.0",
"@types/node": "^20.8.3",
"@types/pngjs": "^6.0.2",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"@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-plugin-esm-resolver": "^2.3.2",
"babel-plugin-search-and-replace": "^1.1.1",
"eslint": "^8.51.0",
"eslint": "^8.53.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-jsdoc": "^46.8.2",

@@ -78,0 +85,0 @@ "prettier": "^3.0.3",

@@ -11,3 +11,3 @@ # Icon Encoder

[![Build Status](https://github.com/shockpkg/icon-encoder/workflows/main/badge.svg?branch=master)](https://github.com/shockpkg/icon-encoder/actions?query=workflow%3Amain+branch%3Amaster)
[![Build Status](https://github.com/shockpkg/icon-encoder/workflows/main/badge.svg)](https://github.com/shockpkg/icon-encoder/actions?query=workflow%3Amain+branch%3Amaster)

@@ -14,0 +14,0 @@ # Overview

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