New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

spoondev

Package Overview
Dependencies
Maintainers
0
Versions
25
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

spoondev - npm Package Compare versions

Comparing version 1.3.2 to 1.3.3

38

package.json
{
"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"
}
}
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