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

@helsenorge/core-utils

Package Overview
Dependencies
Maintainers
5
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@helsenorge/core-utils - npm Package Compare versions

Comparing version 26.3.2 to 26.4.0

2

date-utils.d.ts

@@ -15,3 +15,3 @@ export interface ResourcesWithMonthNames {

}
declare type ISO8601 = string;
type ISO8601 = string;
/**

@@ -18,0 +18,0 @@ * Returnerer dagens dato i yyyy--mm-dd format

{
"name": "@helsenorge/core-utils",
"author": "Helsenorge",
"version": "26.3.2",
"version": "26.4.0",
"main": "./index.js",

@@ -14,3 +14,3 @@ "license": "ISC",

"moment": "^2.29.4",
"tabbable": "6.0.0"
"tabbable": "6.0.1"
},

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

import { FocusableElement } from 'tabbable';
declare type TabbableElement = FocusableElement & HTMLInputElement;
type TabbableElement = FocusableElement & HTMLInputElement;
export declare class TrapFocus {

@@ -4,0 +4,0 @@ domNode: TabbableElement | null;

@@ -45,3 +45,3 @@ export declare enum HttpStatusCode {

}
export declare type ISO8601 = string;
export type ISO8601 = string;
//# sourceMappingURL=entities.d.ts.map

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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