transliteration
Advanced tools
Comparing version 2.2.0 to 2.3.0
{ | ||
"name": "transliteration", | ||
"version": "2.2.0", | ||
"version": "2.3.0", | ||
"description": "Unicode to ACSII transliteration / slugify module for node.js, browser, Web Worker, ReactNative and CLI.", | ||
@@ -55,38 +55,36 @@ "main": "dist/node/src/node/index.js", | ||
"devDependencies": { | ||
"@babel/core": "7.12.3", | ||
"@babel/plugin-proposal-class-properties": "7.12.1", | ||
"@babel/plugin-proposal-object-rest-spread": "7.12.1", | ||
"@babel/preset-env": "7.12.1", | ||
"@babel/preset-typescript": "7.12.1", | ||
"@types/execa": "2.0.0", | ||
"@types/tape": "4.13.0", | ||
"@types/yargs": "15.0.9", | ||
"codecov": "3.8.0", | ||
"core-js": "3.6.5", | ||
"coveralls": "3.1.0", | ||
"eslint-config-prettier": "^6.14.0", | ||
"execa": "4.0.3", | ||
"json5": "2.1.3", | ||
"@babel/core": "7.18.6", | ||
"@babel/plugin-proposal-class-properties": "7.18.6", | ||
"@babel/plugin-proposal-object-rest-spread": "7.18.6", | ||
"@babel/preset-env": "7.18.6", | ||
"@babel/preset-typescript": "7.18.6", | ||
"@types/tape": "4.13.2", | ||
"@types/yargs": "17.0.10", | ||
"codecov": "3.8.3", | ||
"core-js": "3.23.3", | ||
"coveralls": "3.1.1", | ||
"eslint-config-prettier": "^8.5.0", | ||
"json5": "2.2.1", | ||
"nyc": "15.1.0", | ||
"prettier": "^2.1.2", | ||
"prettier": "^2.7.1", | ||
"rimraf": "3.0.2", | ||
"rollup": "2.32.1", | ||
"rollup": "2.75.7", | ||
"rollup-plugin-babel": "5.0.0-alpha.2", | ||
"rollup-plugin-commonjs": "10.1.0", | ||
"rollup-plugin-hashbang": "2.2.2", | ||
"rollup-plugin-hashbang": "3.0.0", | ||
"rollup-plugin-sourcemaps": "0.6.3", | ||
"rollup-plugin-terser": "7.0.2", | ||
"rollup-plugin-typescript2": "0.28.0", | ||
"rollup-plugin-typescript2": "0.32.1", | ||
"rollup-plugin-uglify": "6.0.4", | ||
"tap-spec": "5.0.0", | ||
"tape": "5.0.1", | ||
"ts-loader": "8.0.7", | ||
"ts-node": "9.0.0", | ||
"tape": "5.5.3", | ||
"ts-loader": "9.3.1", | ||
"ts-node": "10.8.2", | ||
"tslint": "6.1.3", | ||
"tslint-config-prettier": "1.18.0", | ||
"typescript": "4.0.3" | ||
"typescript": "4.7.4" | ||
}, | ||
"dependencies": { | ||
"yargs": "^16.1.0" | ||
"yargs": "^17.5.1" | ||
} | ||
} |
<p align="center"><img src="http://dzcpy.github.io/transliteration/transliteration.png" alt="Transliteration"></p> | ||
[![Build Status](https://img.shields.io/circleci/project/github/dzcpy/transliteration/master.svg)](https://circleci.com/gh/dzcpy/transliteration) | ||
[![Dependencies](https://img.shields.io/david/dzcpy/transliteration.svg)](https://github.com/dzcpy/transliteration/blob/master/package.json) | ||
[![Dev Dependencies](https://img.shields.io/david/dev/dzcpy/transliteration.svg)](https://github.com/dzcpy/transliteration/blob/master/package.json) | ||
[![Coverage Status](https://coveralls.io/repos/github/dzcpy/transliteration/badge.svg?branch=master)](https://coveralls.io/github/dzcpy/transliteration?branch=master) | ||
@@ -7,0 +5,0 @@ [![NPM Version](https://img.shields.io/npm/v/transliteration.svg)](https://www.npmjs.com/package/transliteration) |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
Empty package
Supply chain riskPackage does not contain any code. It may be removed, is name squatting, or the result of a faulty package publish.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
30
17227
4
0
1
318
2
+ Addedcliui@8.0.1(transitive)
+ Addedyargs@17.7.2(transitive)
+ Addedyargs-parser@21.1.1(transitive)
- Removedcliui@7.0.4(transitive)
- Removedyargs@16.2.0(transitive)
- Removedyargs-parser@20.2.9(transitive)
Updatedyargs@^17.5.1