Socket
Socket
Sign inDemoInstall

ozone-typescript-client

Package Overview
Dependencies
Maintainers
1
Versions
151
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ozone-typescript-client - npm Package Compare versions

Comparing version 0.9.2 to 0.9.3

2

dist/index.js

@@ -685,3 +685,3 @@ var __extends = (this && this.__extends) || (function () {

class_1.prototype.findOne = function (id) {
var request = new Request(baseURL + "/rest/v3/items/" + typeIdentifier)
var request = new Request(baseURL + "/rest/v3/items/" + typeIdentifier + "/" + id)
.setMethod("GET");

@@ -688,0 +688,0 @@ return client.call(request);

{
"name": "ozone-typescript-client",
"version": "0.9.2",
"version": "0.9.3",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/index.js",

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