@getjoystick/joystick-js
Advanced tools
Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "@getjoystick/joystick-js", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "Javascript SDK for Joystick", | ||
@@ -5,0 +5,0 @@ "main": "./dist/index.js", |
# Javascript Client for [Joystick Remote Config](https://www.getjoystick.com/) | ||
[![GitHub Actions](https://github.com/getjoystick/joystick-js/actions/workflows/build.yaml/badge.svg)](https://github.com/getjoystick/joystick-js/actions?query=branch%3Amain) | ||
[![Test code](https://github.com/getjoystick/joystick-js/actions/workflows/build.yaml/badge.svg?branch=main)](https://github.com/getjoystick/joystick-js/actions/workflows/build.yaml) | ||
[![Latest Stable Version](https://img.shields.io/npm/v/@getjoystick/joystick-js)](https://www.npmjs.com/package/@getjoystick/joystick-js) | ||
@@ -153,3 +153,3 @@ [![Total Downloads](https://img.shields.io/npm/dw/@getjoystick/joystick-js)](https://www.npmjs.com/package/@getjoystick/joystick-js) | ||
````ts | ||
```ts | ||
try { | ||
@@ -164,2 +164,3 @@ await joystickClient.getContents(["content-id1", "content-id2"]); | ||
} | ||
``` | ||
@@ -180,3 +181,3 @@ ### Caching | ||
joystickClient.clearCache().then(() => console.log("Cache cleared!")); | ||
```` | ||
``` | ||
@@ -183,0 +184,0 @@ ### HTTP Client |
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
121536
205