Comparing version 0.1.0 to 1.0.0
{ | ||
"name": "limax", | ||
"version": "0.1.0", | ||
"version": "1.0.0", | ||
"main": "./lib/limax", | ||
@@ -33,8 +33,8 @@ "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.", | ||
"dependencies": { | ||
"speakingurl": "^0.9.1", | ||
"speakingurl": "^0.20.0", | ||
"pinyin2": "^2.0.8", | ||
"hepburn": "^0.6.0", | ||
"cld": "^2.1.0", | ||
"deferred": "^0.7.1" | ||
"cld": "^2.2.0", | ||
"deferred": "^0.7.2" | ||
} | ||
} |
@@ -76,3 +76,3 @@ # limax | ||
Copyright 2013 Lovell Fuller | ||
Copyright 2013, 2014, 2015 Lovell Fuller | ||
@@ -79,0 +79,0 @@ Licensed under the Apache License, Version 2.0 (the "License"); |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1
7685
+ Addedspeakingurl@0.20.1(transitive)
- Removedspeakingurl@0.9.1(transitive)
Updatedcld@^2.2.0
Updateddeferred@^0.7.2
Updatedspeakingurl@^0.20.0