New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

zipyai

Package Overview
Dependencies
Maintainers
1
Versions
101
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

zipyai

SDK for zipy

latest
npmnpm
Version
1.7.45
Version published
Weekly downloads
2.2K
60.3%
Maintainers
1
Weekly downloads
 
Created
Source

ZIPY SDK

The Javascript SDK for Zipy

Installation

npm i zipyai

Usage

import zipy from "zipyai";
Note: 1. Make sure you have install `brotli`, we are using it compress the build files
      2. While releasing npm package, make sure you change `isNPM` to `true` in config.json

zipy.init("<app-id>");
  • Run npm run build
  • brotli -k dist/zipy.min.umd.js
  • cp dist/zipy.min.umd.js.br dist/zipy.min.umd.js
  • Open bucket in which we have to upload SDK (create version folder first if not exist)
  • Create changelog.txt, update the file with release changes and upload to a bucket.
  • Upload SDK and map file in buckets (newly generated in the root folder: ./zipy.min.umd.js)
  • Change edit metadata of SDK, enter content-encoding to br
  • Change edit metadata of SDK, enter cache-control to public, max-age=3600

Keywords

Zipy

FAQs

Package last updated on 27 Mar 2026

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