Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ndla/core

Package Overview
Dependencies
Maintainers
8
Versions
120
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ndla/core - npm Package Compare versions

Comparing version 4.2.3 to 4.2.4

1

es/spacing.js

@@ -7,2 +7,3 @@ export var spacingUnit = 24;

nsmall: "".concat(spacingUnit / 1.5, "px"),
snormal: "".concat(spacingUnit / 1.2, "px"),
normal: "".concat(spacingUnit, "px"),

@@ -9,0 +10,0 @@ medium: "".concat(spacingUnit * 1.25, "px"),

2

lib/spacing.d.ts
export declare const spacingUnit = 24;
export type SpacingNames = 'xxsmall' | 'xsmall' | 'small' | 'nsmall' | 'normal' | 'medium' | 'mediumlarge' | 'large';
export type SpacingNames = 'xxsmall' | 'xsmall' | 'small' | 'nsmall' | 'snormal' | 'normal' | 'medium' | 'mediumlarge' | 'large';
declare const spacing: Record<SpacingNames, string>;
export default spacing;

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

nsmall: "".concat(spacingUnit / 1.5, "px"),
snormal: "".concat(spacingUnit / 1.2, "px"),
normal: "".concat(spacingUnit, "px"),

@@ -16,0 +17,0 @@ medium: "".concat(spacingUnit * 1.25, "px"),

{
"name": "@ndla/core",
"version": "4.2.3",
"version": "4.2.4",
"description": "UI component library for NDLA.",

@@ -40,3 +40,3 @@ "license": "GPL-3.0",

},
"gitHead": "82ca8bd42374c69bb550b4c3cc156bffada22c14"
"gitHead": "613a1b7bd697142fdcee7cca42c743f4c2431a40"
}
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