Socket
Socket
Sign inDemoInstall

@desk-framework/frame-test

Package Overview
Dependencies
2
Maintainers
1
Versions
26
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.0-dev.24 to 4.0.0-dev.25

2

dist/app/TestNavigationController.js

@@ -29,3 +29,3 @@ import { NavigationController, } from "@desk-framework/frame-core";

let { pageId, detail } = target || {};
if (!pageId)
if (pageId == null)
return;

@@ -32,0 +32,0 @@ // update history after a delay, then finally set path

{
"name": "@desk-framework/frame-test",
"version": "4.0.0-dev.24",
"version": "4.0.0-dev.25",
"publishConfig": {

@@ -32,3 +32,3 @@ "tag": "next"

"peerDependencies": {
"@desk-framework/frame-core": "4.0.0-dev.24"
"@desk-framework/frame-core": "4.0.0-dev.25"
},

@@ -35,0 +35,0 @@ "devDependencies": {

@@ -38,3 +38,3 @@ import {

let { pageId, detail } = target || {};
if (!pageId) return;
if (pageId == null) return;

@@ -41,0 +41,0 @@ // update history after a delay, then finally set path

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc