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

@mongone/encodeuri

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@mongone/encodeuri - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

7

CHANGELOG.md

@@ -5,2 +5,9 @@ # Changelog

## [1.2.0](https://github.com/aim-leo/mongone-encodeuri/compare/v1.1.0...v1.2.0) (2021-03-24)
### Features
* export interface by default ([46a4b64](https://github.com/aim-leo/mongone-encodeuri/commit/46a4b6451641f0d8021e5937d4f29fccc51659d6))
## 1.1.0 (2021-03-24)

@@ -7,0 +14,0 @@

5

index.js

@@ -1,5 +0,5 @@

const { searchInterface } = require('./interface')
const interface = require('./interface')
function encode(option) {
searchInterface.assert(option)
interface.searchInterface.assert(option)

@@ -20,4 +20,5 @@ const url = new URLSearchParams()

module.exports = {
...interface,
encode,
decode
}

2

package.json
{
"name": "@mongone/encodeuri",
"version": "1.1.0",
"version": "1.2.0",
"description": "encode and decode mongone search uri",

@@ -5,0 +5,0 @@ "author": "aimleo",

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