New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@getjoystick/joystick-js

Package Overview
Dependencies
Maintainers
3
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getjoystick/joystick-js - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc