Socket
Socket
Sign inDemoInstall

ozone-api-request

Package Overview
Dependencies
Maintainers
4
Versions
107
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ozone-api-request - npm Package Compare versions

Comparing version 3.4.14 to 3.4.15

2

dist/ozone-api-request.js

@@ -187,3 +187,3 @@ /// <amd-module name="ozone-api-request"/>

urlParam.append('ts', Date.now().toString());
url = [urlPath, urlPath.toString()].join('?');
url = [urlPath, urlParam.toString()].join('?');
}

@@ -190,0 +190,0 @@ return url;

{
"name": "ozone-api-request",
"version": "3.4.14",
"version": "3.4.15",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

@@ -113,3 +113,3 @@ /// <amd-module name="ozone-api-request"/>

urlParam.append('ts', Date.now().toString());
url = [urlPath, urlPath.toString()].join('?');
url = [urlPath, urlParam.toString()].join('?');
}

@@ -116,0 +116,0 @@ return url

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