You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

ozone-api-item

Package Overview
Dependencies
Maintainers
5
Versions
166
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ozone-api-item

[![NPM version][npm-image]][npm-url] # ozone-api-item

6.4.3
latest
Source
npmnpm
Version published
Weekly downloads
139
561.9%
Maintainers
5
Weekly downloads
 
Created
Source

NPM version

ozone-api-item

!! WARNING !! this package is deprecated. Please use OzoneClient.ItemClient from ozone-typescript-client. !!

ozone-api-item is low level es6 module to ozone api. It provide CRUD operation and search in a given collection.

Usage

import {OzoneApiItem} from 'ozone-api-item'
const ozoneApiSearch = new OzoneApiItem(); // return instance of OzoneApiItem located in the dom
const result = ozoneApiSearch.on('item').getOne('an-id');

Install

$ npm install ozone-api-item

FAQs

Package last updated on 21 Mar 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts