transliteration
Advanced tools
Comparing version 2.3.2 to 2.3.3
import { SlugifyFunction, TransliterateFunction } from '../types'; | ||
export declare const transliterate: TransliterateFunction; | ||
export declare const slugify: SlugifyFunction; | ||
export * from '../types'; |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
exports.slugify = exports.transliterate = void 0; | ||
const tslib_1 = require("tslib"); | ||
const slugify_1 = require("../common/slugify"); | ||
@@ -15,2 +14,1 @@ const transliterate_1 = require("../common/transliterate"); | ||
exports.slugify.setData = s.setData.bind(s); | ||
tslib_1.__exportStar(require("../types"), exports); |
{ | ||
"name": "transliteration", | ||
"version": "2.3.2", | ||
"version": "2.3.3", | ||
"description": "Unicode to ACSII transliteration / slugify module for node.js, browser, Web Worker, ReactNative and CLI.", | ||
@@ -5,0 +5,0 @@ "main": "dist/node/src/node/index.js", |
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
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
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
0
0
1591153
3825