Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

transliteration

Package Overview
Dependencies
Maintainers
1
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

transliteration - npm Package Compare versions

Comparing version 2.3.4 to 2.3.5

2

dist/node/src/node/index.d.ts
import { SlugifyFunction, TransliterateFunction } from '../types';
export declare const transliterate: TransliterateFunction;
export declare const slugify: SlugifyFunction;
"export * from '../types';"
export * from '../types';
{
"name": "transliteration",
"version": "2.3.4",
"version": "2.3.5",
"description": "Unicode to ACSII transliteration / slugify module for node.js, browser, Web Worker, ReactNative and CLI.",

@@ -23,3 +23,3 @@ "main": "dist/node/src/node/index.js",

"build": "rollup -c rollup.config.js && rimraf .rpt2_cache && tsc",
"postbuild": "echo \"export * from '../types';\" >> dist/node/src/node/index.d.ts",
"postbuild": "(ver && (echo export * from '../types';>> dist/node/src/node/index.d.ts)) || (echo \"export * from '../types';\">> dist/node/src/node/index.d.ts)",
"coverage": "nyc npm test",

@@ -26,0 +26,0 @@ "coveralls": "nyc npm test && nyc report -r=text-lcov | coveralls",

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