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

@technoeren/tdk-api

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@technoeren/tdk-api - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

5

package.json
{
"name": "@technoeren/tdk-api",
"version": "0.2.0",
"version": "0.2.1",
"main": "./dist/index.js",

@@ -34,3 +34,4 @@ "types": "./dist/index.d.ts",

"tdk-api",
"türk dil kurumu"
"türk dil kurumu",
"turkish dictionary"
],

@@ -37,0 +38,0 @@ "husky": {

7

README.md
# tdk-api
Türk Dil Kurumu API
# Eğer paket ile ilgili bir sorun yaşıyorsanız discord'ta technoeren#7608 ile benimle iletişime geçebilirsiniz.

@@ -30,5 +31,3 @@ ## Yükleme

console.log(response)
})

@@ -57,5 +56,3 @@ ```

console.log(response)
})

@@ -74,3 +71,2 @@ ```

console.log(response)
})

@@ -91,3 +87,2 @@ ```

console.log(response)
})

@@ -94,0 +89,0 @@ ```

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

let proverbs: ProVerbsResponse[] = [{ soz: '', anlam: '', tur: ''}];
let proverbs: ProVerbsResponse[] = [];

@@ -65,3 +65,3 @@ for (const element of response.data) {

return { proverbs };
return {proverbs};
}

@@ -68,0 +68,0 @@ }

@@ -0,1 +1,2 @@

export interface IGetWord {

@@ -6,2 +7,13 @@ anlamlar: Object[]

export type WordMean = {
anlam: String
ornek: String
}
export interface IProVerb {
proverbs: ProVerbsResponse
}
export type ProVerbsResponse = {

@@ -13,6 +25,1 @@ soz: String

export type WordMean = {
anlam: String
ornek: String
}
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