Socket
Socket
Sign inDemoInstall

@phc/format

Package Overview
Dependencies
1
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.3.4 to 0.3.5

2

index.js

@@ -9,3 +9,3 @@ /* eslint-disable max-params,capitalized-comments,complexity */

const valueRegex = /^[a-zA-Z0-9/+.-]+$/;
const b64Regex = /^[a-zA-Z0-9/+.-]+$/;
const b64Regex = /^([a-zA-Z0-9/+.-]+|)$/;

@@ -12,0 +12,0 @@ function objToKeyVal(obj) {

{
"name": "@phc/format",
"version": "0.3.4",
"version": "0.3.5",
"description": "PHC string format serializer/deserializer",

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

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