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.0.1 to 1.0.2

4

index.js
"use strict";
const encode = str => {
const encode = function(str) {
return encodeURIComponent(str + '')

@@ -10,3 +10,3 @@ .replace(/[!'()]/g, escape)

const decode = str => {
const decode = function(str) {
return decodeURIComponent(

@@ -13,0 +13,0 @@ (str + '')

{
"name": "phpurlencode",
"description": "Functionally similar to PHP urlencode and urldecode functions",
"version": "1.0.1",
"version": "1.0.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