New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

phpurlencode

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

phpurlencode - npm Package Compare versions

Comparing version 1.1.1 to 1.1.2

2

index.js

@@ -13,3 +13,3 @@ "use strict";

(str + '')
.replace(/%(?![\da-f]{2})/gi, () => '%25')
.replace(/%(?![\da-f]{2})/gi, '%25')
.replace(/\+/g, '%20')

@@ -16,0 +16,0 @@ );

{
"name": "phpurlencode",
"description": "Functionally similar to PHP urlencode and urldecode functions",
"version": "1.1.1",
"version": "1.1.2",
"main": "index.js",

@@ -6,0 +6,0 @@ "license": "MIT",

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