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

apisdk

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

apisdk - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

tests/test-encode-uri.html

2

apisdk.js

@@ -78,3 +78,3 @@ /**/ void function() {

host = host.replace(/^(?!\w+:\/\/)(?!\/)/, '/');
return host + path.join('/');
return host + path.map(encodeURIComponent).join('/');
};

@@ -81,0 +81,0 @@

{
"name": "apisdk",
"main": "apisdk.js",
"version": "0.1.1",
"version": "0.1.2",
"authors": [

@@ -6,0 +6,0 @@ "YanagiEiichi <admin@web-tinker.com>"

{
"name": "apisdk",
"version": "0.1.1",
"version": "0.1.2",
"main": "apisdk.js",

@@ -13,3 +13,3 @@ "directories": {

"author": "YanagiEiichi",
"license": "MIC",
"license": "MIT",
"bugs": {

@@ -16,0 +16,0 @@ "url": "https://github.com/YanagiEiichi/apisdk/issues"

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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