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.14 to 1.3.15

src/dashboard/router-dashboard-extension-worona/selectorCreators/index.js

2

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

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

@@ -19,3 +19,2 @@ import React from 'react';

LinkCssClass.propTypes = ({
pkgName: React.PropTypes.string.isRequired,
path: React.PropTypes.string.isRequired,

@@ -22,0 +21,0 @@ assetsFileDownloaded: React.PropTypes.func.isRequired,

@@ -6,2 +6,3 @@ import * as reducers from './reducers';

import * as selectors from './selectors';
import * as selectorCreators from './selectorCreators';
import * as deps from './deps';

@@ -15,3 +16,4 @@

selectors,
selectorCreators,
deps,
};

@@ -6,2 +6,2 @@ export const getParam = param => state => state.router.params[param];

export const getSelectedPackageName = state => state.router.params.packageName;
export const getURLQueries = state => state.router.location.query;
export const getUrlQueries = state => state.router.location.query;
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