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.10.0 to 27.0.0

__mocks__/tabbable.js.map

1

__mocks__/tabbable.js

@@ -6,1 +6,2 @@ // __mocks__/tabbable.js

export {};
//# sourceMappingURL=tabbable.js.map

@@ -71,1 +71,2 @@ /*

};
//# sourceMappingURL=aria-hidden.js.map

@@ -26,1 +26,2 @@ import * as React from 'react';

}
//# sourceMappingURL=click-outside.js.map

@@ -5,1 +5,2 @@ export default {

};
//# sourceMappingURL=datetime.js.map

@@ -11,1 +11,2 @@ export default {

};
//# sourceMappingURL=key-code.js.map

4

constants/languages.d.ts
export declare enum LanguageLocales {
NORWEGIAN = "nb-no",
NORWEGIAN_NYNORSK = "nn-no",
NORWEGIAN = "nb-NO",
NORWEGIAN_NYNORSK = "nn-NO",
ENGLISH = "en-GB",

@@ -5,0 +5,0 @@ LITHUANIAN = "lt-LT",

export var LanguageLocales;
(function (LanguageLocales) {
LanguageLocales["NORWEGIAN"] = "nb-no";
LanguageLocales["NORWEGIAN_NYNORSK"] = "nn-no";
LanguageLocales["NORWEGIAN"] = "nb-NO";
LanguageLocales["NORWEGIAN_NYNORSK"] = "nn-NO";
LanguageLocales["ENGLISH"] = "en-GB";

@@ -13,1 +13,2 @@ LanguageLocales["LITHUANIAN"] = "lt-LT";

export default LanguageLocales;
//# sourceMappingURL=languages.js.map

@@ -274,1 +274,2 @@ /**

};
//# sourceMappingURL=date-utils.js.map

@@ -26,1 +26,2 @@ /**

/* eslint-enable @typescript-eslint/no-this-alias, prefer-rest-params */
//# sourceMappingURL=debounce.js.map

@@ -7,1 +7,2 @@ /* This is a util to get the event target, wether it comes from the lightDOM or shadowDOM - this requires the Shadow DOM to be of type 'open' */

};
//# sourceMappingURL=events.js.map

@@ -25,1 +25,2 @@ const allowConsoleOutput = () => { var _a; return !['production', 'test'].includes((_a = process.env.NODE_ENV) !== null && _a !== void 0 ? _a : ''); };

};
//# sourceMappingURL=focus-utils.js.map

@@ -52,1 +52,2 @@ import { __rest } from "tslib";

}
//# sourceMappingURL=layout-change.js.map

@@ -19,1 +19,2 @@ import * as React from 'react';

}
//# sourceMappingURL=mount.js.map

@@ -27,1 +27,2 @@ import * as React from 'react';

export default RenderToBody;
//# sourceMappingURL=render-to-body.js.map

@@ -19,1 +19,2 @@ import { theme } from '@helsenorge/designsystem-react';

};
//# sourceMappingURL=layout.js.map

@@ -358,1 +358,2 @@ import moment from 'moment';

};
//# sourceMappingURL=moment-utils.js.map

@@ -75,1 +75,2 @@ const navigationTrail = [];

};
//# sourceMappingURL=navigation-utils.js.map
{
"name": "@helsenorge/core-utils",
"author": "Helsenorge",
"version": "26.10.0",
"author": "Norsk helsenett SF",
"version": "27.0.0",
"main": "./index.js",
"license": "ISC",
"peerDependencies": {
"@helsenorge/designsystem-react": "^2.0.0"
"@helsenorge/designsystem-react": "^3.0.0"
},

@@ -14,7 +14,4 @@ "dependencies": {

"moment": "^2.29.4",
"tabbable": "6.0.1"
},
"scripts": {
"prepublishOnly": "node .././node_modules/@helsenorge/core-build/lib/helsenorge-scripts.js prepublish"
"tabbable": "6.1.1"
}
}

@@ -69,1 +69,2 @@ const queryStringToPairList = (queryString) => {

};
//# sourceMappingURL=querystring-utils.js.map

@@ -6,1 +6,2 @@ import { getQueryStrings } from './querystring-utils';

};
//# sourceMappingURL=referrer-utils.js.map

@@ -77,1 +77,2 @@ /**

};
//# sourceMappingURL=string-utils.js.map

@@ -44,1 +44,2 @@ import { tabbable } from 'tabbable';

};
//# sourceMappingURL=tabbable-utils.js.map

@@ -173,1 +173,2 @@ import { tabbable } from 'tabbable';

export default TrapFocus;
//# sourceMappingURL=trapfocus.js.map

@@ -47,1 +47,2 @@ /* REQUESTS */

})(HttpStatusCode || (HttpStatusCode = {}));
//# sourceMappingURL=entities.js.map

@@ -54,1 +54,2 @@ /**

};
//# sourceMappingURL=user-agents-utils.js.map
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