Socket
Socket
Sign inDemoInstall

postman-url-encoder

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

postman-url-encoder - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

10

package.json
{
"name": "postman-url-encoder",
"version": "1.0.0",
"version": "1.0.1",
"description": " It encodes the given url string as per RFC 3986.",

@@ -11,7 +11,7 @@ "main": "index.js",

"type": "git",
"url": "git+https://github.com/postmanlabs/postman-url-encoding.git"
"url": "git+https://github.com/postmanlabs/postman-url-encoder.git"
},
"keywords": [
"postman",
"url-encoding"
"url-encoder"
],

@@ -21,5 +21,5 @@ "author": "Postman Labs <help@getpostman.com> (=)",

"bugs": {
"url": "https://github.com/postmanlabs/postman-url-encoding/issues"
"url": "https://github.com/postmanlabs/postman-url-encoder/issues"
},
"homepage": "https://github.com/postmanlabs/postman-url-encoding#readme",
"homepage": "https://github.com/postmanlabs/postman-url-encoder#readme",
"devDependencies": {

@@ -26,0 +26,0 @@ "expect.js": "^0.3.1",

@@ -1,4 +0,9 @@

# Postman URL encoding - Simple url string encoder based on RFC RFC 3986
# Postman URL encoding
## Simple url string encoder based on RFC 3986
```
npm install postman-url-encoder --save
```
```js

@@ -5,0 +10,0 @@ var urlEncoder = require('postman-url-encoder');

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