Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@yoonit/yoox-store-js

Package Overview
Dependencies
Maintainers
11
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@yoonit/yoox-store-js - npm Package Compare versions

Comparing version 0.0.1-alpha.5 to 0.0.1-alpha.6

2

package.json
{
"name": "@yoonit/yoox-store-js",
"version": "0.0.1-alpha.5",
"version": "0.0.1-alpha.6",
"description": "The official Cyberlabs Javascript global store library.",

@@ -5,0 +5,0 @@ "main": "dist/bundle.js",

@@ -149,4 +149,3 @@ # Yoox

- mix('module/mixerName') => (state, payload): Mutate store data. Returns all data from store, where you can mutate it (it's the impure store part).
It's ESSENTIAL to return data, to not break store.
- mix('module/mixerName') => (state, { action, payload }): Mutate store data. Returns all data from store, where you can mutate it (it's the impure store part).

@@ -153,0 +152,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