Socket
Socket
Sign inDemoInstall

@jsenv/urls

Package Overview
Dependencies
Maintainers
2
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsenv/urls - npm Package Compare versions

Comparing version 1.1.2 to 1.2.0

src/urls.js

7

package.json
{
"name": "@jsenv/urls",
"version": "1.1.2",
"version": "1.2.0",
"license": "MIT",

@@ -22,3 +22,3 @@ "repository": {

".": {
"import": "./main.js"
"import": "./src/urls.js"
},

@@ -28,4 +28,3 @@ "./*": "./*"

"files": [
"/src/",
"/main.js"
"/src/"
],

@@ -32,0 +31,0 @@ "scripts": {

@@ -8,3 +8,3 @@ /*

export const DataUrl = {
export const DATA_URL = {
parse: (string) => {

@@ -11,0 +11,0 @@ const afterDataProtocol = string.slice("data:".length)

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