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

cushax-client

Package Overview
Dependencies
Maintainers
1
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cushax-client - npm Package Compare versions

Comparing version 0.1.27 to 0.1.28

3

lib/register.js

@@ -12,5 +12,6 @@ var __assign = (this && this.__assign) || function () {

};
import clone from "clone";
export function registerModule(store, schema, preserveState) {
// copy schema
schema = JSON.parse(JSON.stringify(schema));
schema = clone(schema);
var modules = schema.modules;

@@ -17,0 +18,0 @@ for (var key in modules) {

{
"name": "cushax-client",
"version": "0.1.27",
"version": "0.1.28",
"author": "boenfu <1997@boenfu.cn>",

@@ -27,2 +27,3 @@ "license": "MIT",

"devDependencies": {
"@types/clone": "^0.1.30",
"cross-env": "^7.0.2",

@@ -36,2 +37,3 @@ "typescript": "^3.8.3",

"@types/socket.io-client": "^1.4.32",
"clone": "^2.1.2",
"cushax-schema": "^0.1.0",

@@ -38,0 +40,0 @@ "socket.io-client": "^2.3.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