tiny-coerce
Advanced tools
Comparing version 1.0.0 to 1.0.1
@@ -8,3 +8,3 @@ /** | ||
* @link http://avoidwork.github.io/tiny-coerce | ||
* @version 1.0.0 | ||
* @version 1.0.1 | ||
*/ | ||
@@ -46,3 +46,3 @@ (function (global) { | ||
coerce.version = "1.0.0"; | ||
coerce.version = "1.0.1"; | ||
@@ -49,0 +49,0 @@ // Node, AMD & window supported |
@@ -10,3 +10,3 @@ "use strict"; | ||
* @link http://avoidwork.github.io/tiny-coerce | ||
* @version 1.0.0 | ||
* @version 1.0.1 | ||
*/ | ||
@@ -49,3 +49,3 @@ (function (global) { | ||
coerce.version = "1.0.0"; | ||
coerce.version = "1.0.1"; | ||
@@ -52,0 +52,0 @@ // Node, AMD & window supported |
{ | ||
"name": "tiny-coerce", | ||
"version": "1.0.0", | ||
"version": "1.0.1", | ||
"description": "Tiny coercion library for Client or Server", | ||
@@ -14,4 +14,4 @@ "main": "lib/tiny-coerce.js", | ||
"keywords": [ | ||
"uuid", | ||
"uuid4" | ||
"coerce", | ||
"coercion" | ||
], | ||
@@ -18,0 +18,0 @@ "author": "Jason Mulligan <jason.mulligan@avoidwork.com>", |
# tiny-coerce | ||
[![build status](https://secure.travis-ci.org/avoidwork/tiny-coerce.svg)](http://travis-ci.org/avoidwork/tiny-coerce) | ||
Tiny library for String to primitive coercion for Client or Server. It's great for DOM data attributes, localStorage, and other cases where your need to store a String. | ||
Tiny library for String to primitive coercion for Client or Server. It's great for DOM data attributes, localStorage, | ||
and other cases where your need to store a String. | ||
@@ -6,0 +7,0 @@ ## Example |
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
5716
17