parse-data-url
Advanced tools
Comparing version 0.1.0 to 0.1.1
@@ -13,3 +13,3 @@ 'use strict'; | ||
parts = s.match(/^\s*data:([a-z]+\/[a-z0-9\-\+]+(;[a-z\-]+\=[a-z0-9\-]+)?)?(;base64)?,([a-z0-9\!\$\&\'\,\(\)\*\+\,\;\=\-\.\_\~\:\@\/\?\%\s]*?)\s*$/i); | ||
parts = s.match(validDataUrl.regex); | ||
parsed = {}; | ||
@@ -16,0 +16,0 @@ |
{ | ||
"name": "parse-data-url", | ||
"version": "0.1.0", | ||
"version": "0.1.1", | ||
"description": "Parse data URL string", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
# Parse data URL string | ||
[![Build Status](https://travis-ci.org/killmenot/parse-data-url.svg?branch=master)](https://travis-ci.org/killmenot/parse-data-url) | ||
[![Dependency Status](https://gemnasium.com/badges/github.com/killmenot/parse-data-url.svg)](https://gemnasium.com/github.com/killmenot/parse-data-url) | ||
[![npm version](https://badge.fury.io/js/parse-data-url.svg)](https://badge.fury.io/js/parse-data-url) | ||
@@ -5,0 +7,0 @@ ## Install |
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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
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
12455
12
61
1