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 1.0.0 to 1.0.1

modern-dictionary/Dictionary.d.ts

90

package.json
{
"name": "modern-dictionary",
"version": "1.0.0",
"main": "modern-dictionary/index.js",
"types": "modern-dictionary/index.d.ts",
"author": "xamm",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://www.github.com/xamm/IDictionary.git"
},
"description": "Dictionary implementation inspired by the dotnet api.",
"devDependencies": {
"@types/jest": "^23.1.1",
"coveralls": "^3.0.2",
"jest": "^23.1.0",
"ts-jest": "^22.4.6",
"typedoc": "^0.15.6",
"typescript": "^2.9.2"
},
"jest": {
"globals": {
"ts-jest": {
"enableTsDiagnostics": true
}
},
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"js",
"jsx",
"json",
"node"
]
},
"scripts": {
"name": "modern-dictionary",
"version": "1.0.1",
"main": "modern-dictionary/index.js",
"types": "modern-dictionary/index.d.ts",
"author": "xamm",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://www.github.com/xamm/IDictionary.git"
},
"description": "Dictionary implementation inspired by the dotnet api.",
"devDependencies": {
"@types/jest": "^27.0.3",
"jest": "^27.0.0",
"ts-jest": "^27.1.1",
"typedoc": "^0.22.10",
"typescript": "^4.5.4"
},
"jest": {
"globals": {
"ts-jest": {
"enableTsDiagnostics": true
}
},
"transform": {
"^.+\\.tsx?$": "ts-jest"
},
"testRegex": "(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$",
"moduleFileExtensions": [
"js",
"jsx",
"json",
"node"
]
},
"scripts": {
"move": "mkdir -p ./modern-dictionary/ && cp -r ./lib/src/* ./modern-dictionary/",
"postpublish": "tsc",
"build": "tsc",
"test": "jest",
"test-local": "jest --coverage",
"create-docs": "./node_modules/.bin/typedoc --out docs src --ignoreCompilerErrors --excludeExternals --excludeNotExported --excludePrivate --module commonjs --exclude src/index.ts --theme minimal"
},
"files": [
"lib/src/**/*",
"postpublish": "tsc",
"build": "tsc",
"test": "jest",
"test-local": "jest --coverage",
"create-docs": "./node_modules/.bin/typedoc --out docs src --ignoreCompilerErrors --excludeExternals --excludeNotExported --excludePrivate --module commonjs --exclude src/index.ts --theme minimal"
},
"files": [
"modern-dictionary"
]
]
}
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