Socket
Socket
Sign inDemoInstall

ozone-api-type

Package Overview
Dependencies
3
Maintainers
4
Versions
52
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    ozone-api-type

[![NPM version][npm-image]][npm-url]


Version published
Weekly downloads
52
increased by5100%
Maintainers
4
Install size
4.23 MB
Created
Weekly downloads
 

Readme

Source

NPM version

<ozone-api-type>

This package is now deprecated, it has been replaced by ozone-typescript-client

ozone-api-type is low level typescript module to ozone type. It provide read operation on collection type.

$ npm install --save ozone-api-type

By default it create a instance of OzoneApiType in the dom. You can retrieve the default ItemApi with getOzoneApiType

  • Example in html
<ozone-api-type id="ozoneTypeApi" ></ozone-api-type>
  • Example in javaScript
import {OzoneApiType, getOzoneApiType} from 'ozone-api-type'
const ozoneTypeAPI = getOzoneApiType(); // return instance of OzoneApiType located in the dom

install

$ npm install ozone-api-type

FAQs

Last updated on 11 Feb 2020

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc