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

jodel-api

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jodel-api - npm Package Compare versions

Comparing version 1.0.3 to 2.1.1

19

package.json
{
"name": "jodel-api",
"version": "1.0.3",
"version": "2.1.1",
"description": "Node.js Jodel API",
"main": "./dist/lib.js",
"typings": "./dist/lib.d.ts",
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"scripts": {
"test": "node_modules/.bin/tsc",
"prePublish": "node_modules/.bin/tsc"
"test": "tsc --noEmit",
"compile": "tsc",
"prePublish": "npm run compile"
},

@@ -26,11 +27,11 @@ "repository": {

"devDependencies": {
"typescript": "^2.1.0"
"typescript": "^2.9.1"
},
"dependencies": {
"@types/humps": "^1.1.2",
"@types/node": "^6.0.46",
"@types/node-fetch": "^1.6.5",
"@types/node": "^6.0.78",
"@types/node-fetch": "^1.6.7",
"humps": "^1.1.0",
"node-fetch": "^1.6.0"
"node-fetch": "^1.7.1"
}
}
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