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

limax

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

limax - npm Package Compare versions

Comparing version 1.1.2 to 1.1.3

2

lib/limax.js
'use strict';
var speakingurl = require('speakingurl');
var pinyin = require('pinyin2');
var pinyin = require('pinyin');
var hepburn = require('hepburn');

@@ -6,0 +6,0 @@

{
"name": "limax",
"version": "1.1.2",
"version": "1.1.3",
"main": "./lib/limax",

@@ -31,8 +31,11 @@ "description": "Node.js module to generate URL slugs. Another one? This one cares about i18n and transliterates non-Latin scripts to conform to the RFC3986 standard. Mostly API-compatible with similar modules.",

"author": "Lovell Fuller <npm@lovell.info>",
"contributors": [
"Zhe Feng <fengzhe1983@gmail.com>"
],
"license": "Apache-2.0",
"dependencies": {
"hepburn": "^0.6.0",
"pinyin2": "^2.0.8",
"pinyin": "^2.5.0",
"speakingurl": "^5.0.1"
}
}

@@ -82,3 +82,3 @@ # limax

Copyright 2013, 2014, 2015 Lovell Fuller
Copyright 2013, 2014, 2015 Lovell Fuller and contributors.

@@ -85,0 +85,0 @@ Licensed under the Apache License, Version 2.0 (the "License");

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