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

tiny1z

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tiny1z - npm Package Compare versions

Comparing version 1.0.13 to 1.0.14

dist/index.d.mts

21

package.json
{
"name": "tiny1z",
"version": "1.0.13",
"version": "1.0.14",
"description": "The Tiny1z API Client is a convenient and lightweight npm package that allows developers to seamlessly integrate the Tiny1z URL Shortener API into their applications. Simplify URL shortening, retrieval, and management with just a few lines of code.",
"main": "index.ts",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
"types": "./dist/index.d.ts",
"files": [
"dist"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"test": "jest",
"start": "webpack --watch",
"build": "webpack --config webpack.config.js",
"build": "tsup",
"prepublishOnly": "npm run build"

@@ -30,3 +35,7 @@ },

"@babel/preset-react": "^7.23.3",
"@swc/core": "^1.4.5",
"@types/jest": "^29.5.12",
"babel-loader": "^9.1.3",
"jest": "^29.7.0",
"ts-jest": "^29.1.2",
"ts-loader": "^9.5.1",

@@ -36,2 +45,3 @@ "ts-node": "^10.9.2",

"tsconfig-paths-webpack-plugin": "^4.1.0",
"tsup": "^8.0.2",
"typescript": "^5.4.2",

@@ -45,4 +55,3 @@ "webpack": "^5.90.3",

},
"homepage": "https://tiny1z.com",
"types": "typings/tiny1z.d.ts"
"homepage": "https://tiny1z.com"
}
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