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
13
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 2.0.1-beta.2 to 3.0.0-beta.0

2

lib/types/index.d.ts

@@ -14,3 +14,3 @@ import { SanityStatusMessage } from './sanityObjects';

dataset: string;
apiVersion?: string;
apiVersion: string;
token?: string;

@@ -17,0 +17,0 @@ }

@@ -27,3 +27,4 @@ "use strict";

sanityConfigPropIsValid(config['projectId']) &&
sanityConfigPropIsValid(config['dataset']));
sanityConfigPropIsValid(config['dataset']) &&
sanityConfigPropIsValid(config['apiVersion']));
}

@@ -30,0 +31,0 @@ catch (_a) {

{
"name": "@navikt/appstatus-react",
"version": "2.0.1-beta.2",
"version": "3.0.0-beta.0",
"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