New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

id-wordnet

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

id-wordnet - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

dist/index.d.ts

75

package.json
{
"name": "id-wordnet",
"version": "1.0.1",
"main": "index.js",
"repository": "git@github.com:open-language/id-wordnet.git",
"author": "Sudhanshu Raheja <sudhanshu@leftshift.io>",
"license": "MIT",
"wordnet": {
"homepage": "http://wn-msa.sourceforge.net/index.eng.html",
"language": "id",
"version": "1.2"
},
"keywords": [
"wordnet",
"natural-language-processing",
"indonesian-language",
"language",
"nlp"
],
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jest": "^22.6.4",
"jest": "^24.8.0",
"prettier": "^1.17.1"
},
"scripts": {
"start": "node index.js",
"test": "jest --detectOpenHandles"
}
}
"name": "id-wordnet",
"version": "1.0.2",
"main": "dist/index.js",
"types": "dist/index.d.js",
"repository": "git@github.com:open-language/id-wordnet.git",
"author": "Sudhanshu Raheja <sudhanshu@leftshift.io>",
"license": "MIT",
"wordnet": {
"homepage": "http://wn-msa.sourceforge.net/index.eng.html",
"language": "id",
"version": "1.2"
},
"keywords": [
"wordnet",
"natural-language-processing",
"indonesian-language",
"language",
"nlp"
],
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^5.16.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-import": "^2.17.3",
"eslint-plugin-jest": "^22.6.4",
"jest": "^24.8.0",
"prettier": "^1.17.1",
"@babel/preset-typescript": "^7.3.3",
"@types/jest": "^24.0.13",
"@types/node": "^12.0.7",
"@typescript-eslint/parser": "^1.9.0",
"ts-jest": "^24.0.2",
"typescript": "^3.5.1"
},
"scripts": {
"start": "node index.js",
"test": "tsc && jest --detectOpenHandles",
"build": "tsc"
},
"files": ["dist/**/*"]
}

@@ -13,2 +13,6 @@ ![](assets/wordnet-readme-logo.png)

![](https://img.shields.io/travis/open-language/id-wordnet.svg)
![](https://img.shields.io/codecov/c/github/open-language/id-wordnet/master.svg)
## Where did you find this?

@@ -15,0 +19,0 @@

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