Socket
Socket
Sign inDemoInstall

prototypes

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prototypes - npm Package Compare versions

Comparing version 1.3.0 to 1.3.1

4

lib/string.js

@@ -229,3 +229,3 @@ 'use strict';

{
return escape(this).replaceAll('+', '%20');
return escape(this).replaceAll('+', '%2B');
};

@@ -239,3 +239,3 @@

{
return unescape(this.replaceAll('%20', ' '));
return unescape(this.replaceAll('%2b', '+'));
};

@@ -242,0 +242,0 @@

{
"name": "prototypes",
"version": "1.3.0",
"version": "1.3.1",
"description": "Some common prototypes for node.js: string.startsWith(), object.countProperties() and more. Facilities for functional programming with objects: object.forEach(), object.filter(). Functions are added safely using Object.defineProperty().",

@@ -5,0 +5,0 @@ "homepage": "https://github.com/alexfernandez/prototypes",

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