Socket
Socket
Sign inDemoInstall

@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 0.6.33 to 0.6.34

1

es/spacing.js

@@ -6,2 +6,3 @@ var spacingUnit = 26;

small: "".concat(spacingUnit / 2, "px"),
nsmall: "".concat(spacingUnit / 1.5, "px"),
normal: "".concat(spacingUnit, "px"),

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

@@ -5,2 +5,3 @@ declare const _default: {

small: string;
nsmall: string;
normal: string;

@@ -7,0 +8,0 @@ medium: string;

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

small: "".concat(spacingUnit / 2, "px"),
nsmall: "".concat(spacingUnit / 1.5, "px"),
normal: "".concat(spacingUnit, "px"),

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

4

package.json
{
"name": "@ndla/core",
"version": "0.6.33",
"version": "0.6.34",
"description": "UI component library for NDLA.",

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

},
"gitHead": "4887a149473b820b71b3a3c29e5b20cf3874583d"
"gitHead": "24d899b8c2ebd0df23362a4359721307ba95dad6"
}
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