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

@magento/recommendations-js-sdk

Package Overview
Dependencies
Maintainers
7
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magento/recommendations-js-sdk - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

package.json
{
"name": "@magento/recommendations-js-sdk",
"version": "0.0.7",
"version": "0.0.8",
"description": "📚 JavaScript library for retrieving and displaying Magento product recommendations.",

@@ -5,0 +5,0 @@ "keywords": [

@@ -7,3 +7,21 @@ # Product Recommendations JavaScript SDK

This SDK can be pulled down from a CDN or installed as a module from NPM.
### CDN
The latest version of the SDK is placed in the `latest` directory.
```html
<script src="https://sdk.magento-datasolutions.com/latest/index.js"></script>
```
Specific versions are also published on the CDN under their respective directories.
```html
<script src="https://sdk.magento-datasolutions.com/v0.0.7/index.js"></script>
```
### NPM
```shell
npm install @magento/recommendations-js-sdk

@@ -10,0 +28,0 @@ ```

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