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

@jimp/core

Package Overview
Dependencies
Maintainers
0
Versions
240
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jimp/core - npm Package Compare versions

Comparing version 1.0.5 to 1.1.0

1

.tshy/build.json

@@ -5,3 +5,2 @@ {

"rootDir": "../src",
"target": "es2022",
"module": "nodenext",

@@ -8,0 +7,0 @@ "moduleResolution": "nodenext"

6

.tshy/commonjs.json

@@ -6,7 +6,9 @@ {

"../src/**/*.cts",
"../src/**/*.tsx"
"../src/**/*.tsx",
"../src/**/*.json"
],
"exclude": [
"../**/*.test.ts",
"../src/**/*.mts"
"../src/**/*.mts",
"../src/package.json"
],

@@ -13,0 +15,0 @@ "compilerOptions": {

@@ -6,6 +6,8 @@ {

"../src/**/*.mts",
"../src/**/*.tsx"
"../src/**/*.tsx",
"../src/**/*.json"
],
"exclude": [
"../**/*.test.ts"
"../**/*.test.ts",
"../src/package.json"
],

@@ -12,0 +14,0 @@ "compilerOptions": {

@@ -0,1 +1,13 @@

# v1.1.0 (Sun Sep 01 2024)
#### ⚠️ Pushed to `main`
- upgrade tshy ([@hipstersmoothie](https://github.com/hipstersmoothie))
#### Authors: 1
- Andrew Lisowski ([@hipstersmoothie](https://github.com/hipstersmoothie))
---
# v1.0.3 (Sat Aug 31 2024)

@@ -2,0 +14,0 @@

{
"name": "@jimp/core",
"version": "1.0.5",
"version": "1.1.0",
"repository": "jimp-dev/jimp",

@@ -15,5 +15,5 @@ "scripts": {

"dependencies": {
"@jimp/file-ops": "1.0.5",
"@jimp/types": "1.0.5",
"@jimp/utils": "1.0.5",
"@jimp/file-ops": "1.1.0",
"@jimp/types": "1.1.0",
"@jimp/utils": "1.1.0",
"await-to-js": "^3.0.0",

@@ -25,5 +25,5 @@ "exif-parser": "^0.1.12",

"devDependencies": {
"@jimp/config-eslint": "1.0.5",
"@jimp/config-typescript": "1.0.5",
"@jimp/test-utils": "1.0.5",
"@jimp/config-eslint": "1.1.0",
"@jimp/config-typescript": "1.1.0",
"@jimp/test-utils": "1.1.0",
"@types/file-type": "^10.9.1",

@@ -33,3 +33,3 @@ "@types/mime": "^3.0.4",

"eslint": "^8.57.0",
"tshy": "^1.12.0",
"tshy": "^3.0.2",
"typescript": "^5.5.4",

@@ -67,3 +67,4 @@ "vitest": "^1.4.0"

"sideEffects": false,
"gitHead": "44ab95c1875f9f94d993d7a48d66de00115fb4a8"
"module": "./dist/esm/index.js",
"gitHead": "887b0cb53fe5b8d545c8cda82a3db5ef90f18136"
}

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