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

valid-data-url

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

valid-data-url - npm Package Compare versions

Comparing version 0.1.3 to 0.1.4

.istanbul.yml

5

CHANGELOG.md

@@ -0,2 +1,7 @@

<a name="0.1.4"></a>
### 0.1.4 (2017-08-15)
* bump deps
<a name="0.1.3"></a>

@@ -3,0 +8,0 @@ ### 0.1.3 (2016-10-22)

20

package.json
{
"name": "valid-data-url",
"version": "0.1.3",
"version": "0.1.4",
"description": "Detect if a string is a data URL",
"main": "index.js",
"scripts": {
"test": "grunt && mocha"
"lint": "grunt",
"test": "mocha",
"coverage": "istanbul cover _mocha",
"coveralls": "npm run coverage && coveralls < coverage/lcov.info"
},
"pre-commit": [
"lint",
"test"
],
"repository": {

@@ -33,8 +40,11 @@ "type": "git",

"devDependencies": {
"chai": "^3.5.0",
"chai": "^4.1.1",
"coveralls": "^2.13.1",
"grunt": "^1.0.1",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-jshint": "^1.1.0",
"istanbul": "^0.4.5",
"load-grunt-tasks": "^3.5.2",
"mocha": "^3.1.2"
"mocha": "^3.5.0",
"pre-commit": "^1.2.2"
}
}
# Detect if a string is a data URL
[![Build Status](https://travis-ci.org/killmenot/valid-data-url.svg?branch=master)](https://travis-ci.org/killmenot/valid-data-url)
[![Coverage Status](https://coveralls.io/repos/github/killmenot/valid-data-url/badge.svg?branch=master)](https://coveralls.io/github/killmenot/valid-data-url?branch=master)
[![Dependency Status](https://gemnasium.com/badges/github.com/killmenot/valid-data-url.svg)](https://gemnasium.com/github.com/killmenot/valid-data-url)

@@ -5,0 +6,0 @@ [![npm version](https://badge.fury.io/js/valid-data-url.svg)](https://badge.fury.io/js/valid-data-url)

Sorry, the diff of this file is not supported yet

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