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

en-wordnet

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

en-wordnet - npm Package Compare versions

Comparing version 2.0.6 to 2.0.7

.travis.yml

16

dist/index.js
"use strict";
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
}) : (function(o, m, k, k2) {
if (k2 === undefined) k2 = k;
o[k2] = m[k];
}));
var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
Object.defineProperty(o, "default", { enumerable: true, value: v });
}) : function(o, v) {
o["default"] = v;
});
var __importStar = (this && this.__importStar) || function (mod) {
if (mod && mod.__esModule) return mod;
var result = {};
if (mod != null) for (var k in mod) if (Object.hasOwnProperty.call(mod, k)) result[k] = mod[k];
result["default"] = mod;
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
__setModuleDefault(result, mod);
return result;

@@ -8,0 +20,0 @@ };

31

package.json
{
"name": "en-wordnet",
"version": "2.0.6",
"version": "2.0.7",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"repository": "git@github.com:open-language/en-wordnet.git",
"type": "module",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/open-language/en-wordnet.git"
},
"author": "Sudhanshu Raheja <sudhanshu@leftshift.io>",

@@ -22,23 +25,9 @@ "license": "MIT",

"devDependencies": {
"@babel/preset-typescript": "^7.3.3",
"@types/jest": "^24.0.13",
"@types/node": "^12.0.7",
"@typescript-eslint/parser": "^1.9.0",
"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",
"ts-jest": "^24.0.2",
"typescript": "^3.5.1"
"bun-types": "^1.1.3",
"prettier": "^2.0.5"
},
"scripts": {
"start": "node index.js",
"test": "tsc && jest --detectOpenHandles",
"build": "tsc"
},
"files": ["dist/**/*", "database/**/*"]
"publish": "npm pkg fix; npm publish"
}
}

@@ -0,1 +1,5 @@

### Archived
This package is archived. Please use [open-language/wordnets](https://github.com/open-language/wordnets)
![](assets/wordnet-readme-logo.png)

@@ -31,3 +35,4 @@

The data structure is very clearly defined in these two documents
- [wndb](https://wordnet.princeton.edu/documentation/wndb5wn), which talks about index.* and data.* files
- [wndb](https://wordnet.princeton.edu/documentation/wndb5wn), which talks about index._ and data._ files
- [wninput](https://wordnet.princeton.edu/documentation/wninput5wn), which talks about the lexicographer file format and the word syntax

@@ -42,2 +47,2 @@

- [TJ Holowaychuk](https://github.com/tj) for showing us how to use black and white beautifully to create the image on the top of the readme. Inspiration from [apex/up](https://github.com/apex/up)
- [Princeton Univerysity's Wordnet](https://wordnet.princeton.edu/) for bringing so much sanity in the world
- [Princeton Univerysity's Wordnet](https://wordnet.princeton.edu/) for bringing so much sanity in the world
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