Socket
Socket
Sign inDemoInstall

uri-js

Package Overview
Dependencies
1
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 3.0.1 to 3.0.2

1

bower.json
{
"name": "uri-js",
"version": "3.0.0",
"description": "An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.",

@@ -5,0 +4,0 @@ "main": "dist/es5/uri.all.js",

@@ -0,0 +0,0 @@ /** @license URI.js v3.0.1 (c) 2011 Gary Court. License: http://github.com/garycourt/uri-js */

@@ -0,0 +0,0 @@ /**

2

package.json
{
"name": "uri-js",
"version": "3.0.1",
"version": "3.0.2",
"description": "An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.",

@@ -5,0 +5,0 @@ "main": "dist/es5/uri.all.js",

@@ -16,3 +16,14 @@ import resolve from 'rollup-plugin-node-resolve';

babel()
babel({
"presets": [
["latest", {
"es2015": {
"modules": false
}
}]
],
"plugins": ["external-helpers"],
"externalHelpers": false
}
)
],

@@ -19,0 +30,0 @@ dest : "dist/es5/uri.all.js",

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