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

@jimp/js-gif

Package Overview
Dependencies
Maintainers
0
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jimp/js-gif - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

16

CHANGELOG.md

@@ -0,1 +1,17 @@

# v1.0.3 (Sat Aug 31 2024)
#### 🐛 Bug Fix
- Fix build [#1303](https://github.com/jimp-dev/jimp/pull/1303) ([@hipstersmoothie](https://github.com/hipstersmoothie))
#### ⚠️ Pushed to `main`
- add clean script ([@hipstersmoothie](https://github.com/hipstersmoothie))
#### Authors: 1
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
---
# v1.0.2 (Sat Aug 31 2024)

@@ -2,0 +18,0 @@

1

dist/commonjs/index.d.ts

@@ -1,2 +0,1 @@

/// <reference types="node" />
export interface JPEGOptions {

@@ -3,0 +2,0 @@ quality?: number;

@@ -6,2 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.default = gif;
const omggif_1 = __importDefault(require("omggif"));

@@ -32,3 +33,2 @@ const gifwrap_1 = require("gifwrap");

}
exports.default = gif;
//# sourceMappingURL=index.js.map
{
"type": "commonjs",
"publishConfig": {
"access": "public"
},
"sideEffects": false
}
"type": "commonjs"
}

@@ -1,2 +0,1 @@

/// <reference types="node" resolution-mode="require"/>
export interface JPEGOptions {

@@ -3,0 +2,0 @@ quality?: number;

{
"type": "module",
"publishConfig": {
"access": "public"
},
"sideEffects": false
}
"type": "module"
}
{
"name": "@jimp/js-gif",
"version": "1.0.2",
"version": "1.0.3",
"repository": "jimp-dev/jimp",

@@ -10,3 +10,4 @@ "scripts": {

"build": "tshy",
"dev": "tshy --watch"
"dev": "tshy --watch",
"clean": "rm -rf node_modules .tshy .tshy-build dist .turbo"
},

@@ -16,6 +17,7 @@ "author": "Andrew Lisowski <lisowski54@gmail.com>",

"devDependencies": {
"@jimp/config-eslint": "1.0.2",
"@jimp/config-typescript": "1.0.2",
"@jimp/config-vitest": "1.0.2",
"@jimp/test-utils": "1.0.2",
"@jimp/config-eslint": "1.0.3",
"@jimp/config-typescript": "1.0.3",
"@jimp/config-vitest": "1.0.3",
"@jimp/test-utils": "1.0.3",
"@types/node": "^20.12.5",
"@types/omggif": "^1.0.5",

@@ -25,3 +27,3 @@ "@vitest/browser": "^1.4.0",

"tshy": "^1.12.0",
"typescript": "^5.4.2",
"typescript": "^5.5.4",
"vite-plugin-node-polyfills": "^0.21.0",

@@ -56,4 +58,4 @@ "vitest": "^1.4.0"

"dependencies": {
"@jimp/core": "1.0.2",
"@jimp/types": "1.0.2",
"@jimp/core": "1.0.3",
"@jimp/types": "1.0.3",
"gifwrap": "^0.10.1",

@@ -66,3 +68,3 @@ "omggif": "^1.0.10"

"sideEffects": false,
"gitHead": "5e52bfd76c68b45db3a7a2ed8450e47f1fcf8853"
"gitHead": "4b35cc0866903bc9e5d48d31ca34fcbec9ab111f"
}

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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