Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fourdollar.tostringquery

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fourdollar.tostringquery - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

6

index.js

@@ -8,5 +8,5 @@ "use strict";

if (typeof params === 'object') {
var esc_1 = encodeURIComponent;
const esc = encodeURIComponent;
return Object.keys(params)
.map(function (k) { return esc_1(k) + '=' + esc_1(params[k]); })
.map(k => esc(k) + '=' + esc(params[k]))
.join('&');

@@ -20,3 +20,1 @@ }

exports.default = toStringQuery;
//# sourceMappingURL=index.js.map
{
"name": "fourdollar.tostringquery",
"version": "1.0.1",
"version": "1.0.2",
"main": "index.js",
"types": "index.d.ts",
"author": {

@@ -19,4 +20,3 @@ "name": "bynaki",

],
"license": "MIT",
"typings": "index.d.ts"
"license": "MIT"
}

@@ -9,3 +9,3 @@ # fourdollar.toStringQuery

```bash
$ npm install --save fourdollar.tostringquery
$ yarn add fourdollar.tostringquery
```

@@ -12,0 +12,0 @@

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