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.5.0 to 1.5.1

2

package.json
{
"name": "gotiny",
"version": "1.5.0",
"version": "1.5.1",
"description": "SDK for GoTiny: A lightweight link shortener API",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

@@ -19,3 +19,3 @@ import axios from "axios";

const set = async (input: InputObject | Pick<InputObject, "long">) => {
const set = async (input: InputObject | string) => {
// Throw error if no input is provided

@@ -22,0 +22,0 @@ if (!input) {

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