Join our webinar on Wednesday, June 26, at 1pm EDTHow Chia Mitigates Risk in the Crypto Industry.Register
Socket
Socket
Sign inDemoInstall

find-artikel

Package Overview
Dependencies
2
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.5 to 0.1.6

dist/cli/index.js

20

package.json
{
"name": "find-artikel",
"version": "0.1.5",
"version": "0.1.6",
"description": "A library and CLI tool which finds artikels of German words.",
"main": "dist/index.js",
"main": "dist/src/index.js",
"scripts": {
"dev": "nodemon cli-dist/index.js",
"start": "node cli-dist/index.js",
"build": "parcel build src/index.ts --target node --no-cache",
"build:cli": "parcel build cli/index.ts --target node --out-dir cli-dist --no-cache",
"dev": "nodemon dist/cli/index.js",
"start": "node dist/cli/index.js",
"build": "tsc cli/index.ts --outDir dist --resolveJsonModule",
"test": "jest",
"clear": "rm -rf cli-dist && rm -rf dist"
"clear": "rm -rf dist"
},

@@ -23,4 +22,3 @@ "keywords": [

"dependencies": {
"axios": "^0.21.1",
"dotenv": "^8.2.0"
"axios": "^0.21.1"
},

@@ -50,4 +48,4 @@ "devDependencies": {

"bin": {
"find-artikel": "cli-dist/index.js"
"find-artikel": "dist/cli/index.js"
}
}
}

@@ -1,7 +0,3 @@

import path from 'path'
import axios from 'axios'
import dotenv from 'dotenv'
dotenv.config({ path: path.resolve(__dirname, '../../.env') })
const BASE_URI = 'https://dictionary.yandex.net/api/v1/dicservice.json'

@@ -8,0 +4,0 @@ const API_KEY =

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