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 2.3.1 to 2.3.2

2

package.json
{
"name": "prototypes",
"version": "2.3.1",
"version": "2.3.2",
"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",

@@ -188,3 +188,3 @@ [![Build Status](https://secure.travis-ci.org/alexfernandez/prototypes.png)](http://travis-ci.org/alexfernandez/prototypes)

Web safe escape. Escapes everything that escape does, and also the plus sign and slash.
Web safe escape. Escapes everything that escape does, and also the plus sign, asterisk and slash.
Example:

@@ -199,3 +199,3 @@

Unescapes everything that unescape does, and also "+" and "/",
Unescapes everything that unescape does, and also "+", "*" and "/",
and can also be applied on the result more than once without generating `URIError:

@@ -202,0 +202,0 @@ URI malformed` as `decodeURIComponent()` does.

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