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

tiny-coerce

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tiny-coerce - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

lib/tiny-coerce.es6.js

@@ -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

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