Socket
Socket
Sign inDemoInstall

valid-data-url

Package Overview
Dependencies
0
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0 to 3.0.0

8

CHANGELOG.md
# CHANGELOG
<a name="3.0.0"></a>
### 3.0.0 (2019-07-04)
* drops support for Node less than 10.
* reduce package's size (Thanks to @TrySound)
* bump deps
<a name="2.0.0"></a>

@@ -4,0 +12,0 @@ ### 2.0.0 (2019-05-22)

15

package.json
{
"name": "valid-data-url",
"version": "2.0.0",
"version": "3.0.0",
"description": "Detect if a string is a data URL",
"main": "index.js",
"files": [
"index.js"
],
"engines": {
"node": ">=6"
"node": ">=10"
},

@@ -53,8 +56,8 @@ "license": "MIT",

"chai": "^4.2.0",
"coveralls": "^3.0.3",
"jshint": "^2.10.2",
"mocha": "^6.1.4",
"nyc": "^14.1.1",
"coveralls": "^3.1.0",
"jshint": "^2.11.1",
"mocha": "^8.0.1",
"nyc": "^15.1.0",
"pre-commit": "^1.2.2"
}
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc