🚀 DAY 5 OF LAUNCH WEEK: Introducing Socket Firewall Enterprise.Learn more →
Socket
Book a DemoInstallSign in
Socket
d

defly

npm

Packages

Current Co-maintainers

Former Co-maintainers

8 packages

geonames-search-cached

Geonames Search API cached in Redis

@glomex/cd-json-transformation

## Example

@glomex/content-sdk-js

SDK that offers easy access for developers to video sources and glomex tracking events

@glomex/custom-fetch

A convenience wrapper for fetch, which can be used in node and in the browser.

@glomex/glomex-dialog

A dialog web component that allows docking a video player or putting it in a lightbox

@glomex/parcel-optimizer-disable-amd

Disables usage of AMD for parcel generated js files.

@glomex/vast-ima-player

Convenience wrapper for advertising video/audio content with Google IMA

gql-sql-slicer

The library is built to query simple dimension/metric based tables. It allows to fetch data in the form you want it. ### example Query: ``` query customers{ fetch(country: US){ plan { revenue: sum(a: planPrice) } } } ``` Response: ``` {