Comparing version 1.3.2 to 1.3.3
{ | ||
"name": "spoondev", | ||
"version": "1.3.2", | ||
"description": "Modulo npm para manipular imagenes", | ||
"main": "index.js", | ||
"version": "1.3.3", | ||
"description": "Wrapper oficial - imagenes para interaccion y api", | ||
"main": "lib/index.js", | ||
"types": "lib/index.d.ts", | ||
"exports": { | ||
".": { | ||
"import": { | ||
"types": "./lib/index.d.mts", | ||
"default": "./lib/index.mjs" | ||
}, | ||
"require": { | ||
"types": "./lib/index.d.ts", | ||
"default": "./lib/index.js" | ||
} | ||
} | ||
}, | ||
"files": [ | ||
"lib" | ||
], | ||
"scripts": { | ||
"start": "node index.js" | ||
"start": "node index.js", | ||
"build": "tsup" | ||
}, | ||
"dependencies": { | ||
"node-superfetch": "^0.3.3" | ||
}, | ||
"author": "Juanppdev", | ||
@@ -20,4 +34,8 @@ "license": "MIT", | ||
"cards para discord" | ||
] | ||
} | ||
], | ||
"devDependencies": { | ||
"@types/node": "^20", | ||
"tsup": "latest", | ||
"typescript": "^5.7.3" | ||
} | ||
} |
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
2017
3
2
0
- Removednode-superfetch@^0.3.3
- Removedarraybuffer-to-buffer@0.0.7(transitive)
- Removedasynckit@0.4.0(transitive)
- Removedcombined-stream@1.0.8(transitive)
- Removeddelayed-stream@1.0.0(transitive)
- Removedform-data@4.0.1(transitive)
- Removedmime-db@1.52.0(transitive)
- Removedmime-types@2.1.35(transitive)
- Removednode-superfetch@0.3.4(transitive)