Socket
Socket
Sign inDemoInstall

modern-dictionary

Package Overview
Dependencies
0
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.6 to 1.0.0

10

package.json
{
"name": "modern-dictionary",
"version": "0.0.6",
"version": "1.0.0",
"main": "modern-dictionary/index.js",

@@ -39,6 +39,6 @@ "types": "modern-dictionary/index.d.ts",

"scripts": {
"move": "mkdir -p ./modern-dictionary/ && cp -r ./lib/src/* ./modern-dictionary/",
"move": "mkdir -p ./modern-dictionary/ && cp -r ./lib/src/* ./modern-dictionary/",
"postpublish": "tsc",
"build": "tsc",
"test": "jest --coverage --coverageReporters=text-lcov | coveralls",
"test": "jest",
"test-local": "jest --coverage",

@@ -48,5 +48,5 @@ "create-docs": "./node_modules/.bin/typedoc --out docs src --ignoreCompilerErrors --excludeExternals --excludeNotExported --excludePrivate --module commonjs --exclude src/index.ts --theme minimal"

"files": [
"lib/src/**/*",
"modern-dictionary"
"lib/src/**/*",
"modern-dictionary"
]
}
# IDictionary
[![Build Status](https://travis-ci.org/xamm/IDictionary.svg?branch=master)](https://travis-ci.org/xamm/IDictionary)
[![Build & Test](https://github.com/xamm/IDictionary/actions/workflows/node.js.yml/badge.svg)](https://github.com/xamm/IDictionary/actions/workflows/node.js.yml) ![npm](https://img.shields.io/npm/v/modern-dictionary?color=blue&label=Version) ![npm](https://img.shields.io/npm/dt/modern-dictionary) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Coverage Status](https://coveralls.io/repos/github/xamm/IDictionary/badge.svg?branch=master)](https://coveralls.io/github/xamm/IDictionary?branch=master)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
Documentation of this dictionary api included in repository.
Documentation of this dictionary api can be found at the [documentation page](https://github.com/xamm/IDictionary/blob/master/docs/index.html)
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