Socket
Socket
Sign inDemoInstall

gotiny

Package Overview
Dependencies
2
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.4.3 to 1.5.0

dist/index.d.ts

4

.eslintrc.js

@@ -11,2 +11,6 @@ module.exports = {

},
ignorePatterns: [
'node_modules',
'dist',
],
};

13

package.json
{
"name": "gotiny",
"version": "1.4.3",
"version": "1.5.0",
"description": "SDK for GoTiny: A lightweight link shortener API",
"main": "index.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"scripts": {
"lint": "eslint ."
"lint": "eslint .",
"build": "tsc"
},

@@ -31,8 +33,9 @@ "repository": {

"dependencies": {
"axios": "^0.21.1"
"axios": "^0.21.4"
},
"devDependencies": {
"eslint": "^8.10.0",
"eslint-config-airbnb-base": "^15.0.0"
"eslint-config-airbnb-base": "^15.0.0",
"typescript": "^4.7.4"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc