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

core-app-worona

Package Overview
Dependencies
Maintainers
3
Versions
91
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

core-app-worona - npm Package Compare versions

Comparing version 1.4.6 to 1.4.7

2

package.json
{
"name": "core-app-worona",
"version": "1.4.6",
"version": "1.4.7",
"description": "Core Package of Worona App",

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

@@ -5,1 +5,2 @@ import * as types from '../types';

export const isPreview = () => ({ type: types.IS_PREVIEW });
export const deepUrlVisited = ({ url }) => ({ type: types.DEEP_URL_VISITED, url });
export const ROUTER_DID_CHANGE = '@@reduxReactRouter/routerDidChange';
export const SITE_ID_CHANGED = 'router/SITE_ID_CHANGED';
export const IS_PREVIEW = 'router/IS_PREVIEW';
export const DEEP_URL_VISITED = 'router/DEEP_URL_VISITED';
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