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

@navikt/appstatus-react

Package Overview
Dependencies
Maintainers
25
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@navikt/appstatus-react - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

1

lib/types/index.d.ts
import { SanityStatusMessage } from './sanityObjects';
export declare enum Status {
'normal' = "normal",
'unstable' = "unstable",
'unavailable' = "unavailable"

@@ -6,0 +5,0 @@ }

@@ -7,3 +7,2 @@ "use strict";

Status["normal"] = "normal";
Status["unstable"] = "unstable";
Status["unavailable"] = "unavailable";

@@ -10,0 +9,0 @@ })(Status = exports.Status || (exports.Status = {}));

2

package.json
{
"name": "@navikt/appstatus-react",
"version": "0.0.5",
"version": "0.0.6",
"private": false,

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

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