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

core-dashboard-worona

Package Overview
Dependencies
Maintainers
2
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

core-dashboard-worona - npm Package Compare versions

Comparing version 1.3.8 to 1.3.9

2

package.json
{
"name": "core-dashboard-worona",
"version": "1.3.8",
"version": "1.3.9",
"description": "Core Package of Worona Dashboard",

@@ -5,0 +5,0 @@ "scripts": {

/* eslint-disable no-constant-condition */
import { isProd, getSagas, getReducers, packageActivated, getDeps, waitForDeps } from 'worona-deps';
import { getSagas, getReducers, packageActivated, getDeps, waitForDeps } from 'worona-deps';
import { put, call } from 'redux-saga/effects';

@@ -4,0 +4,0 @@ import { takeEvery } from 'redux-saga';

@@ -1,4 +0,4 @@

import { Schema, arrayOf } from 'normalizr';
import { schema } from 'normalizr';
export const packages = new Schema('packages', { idAttribute: 'name' });
export const arrayOfPackages = arrayOf(packages);
export const packages = new schema.Entity('packages', {}, { idAttribute: 'name' });
export const arrayOfPackages = new schema.Array(packages);
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