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

@ndla/core

Package Overview
Dependencies
Maintainers
5
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.18 to 0.6.19

1

es/spacing.js
var spacingUnit = 26;
export default {
xxsmall: "".concat(spacingUnit / 6, "px"),
xsmall: "".concat(spacingUnit / 4, "px"),

@@ -4,0 +5,0 @@ small: "".concat(spacingUnit / 2, "px"),

declare const _default: {
xxsmall: string;
xsmall: string;

@@ -3,0 +4,0 @@ small: string;

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

var _default = {
xxsmall: "".concat(spacingUnit / 6, "px"),
xsmall: "".concat(spacingUnit / 4, "px"),

@@ -11,0 +12,0 @@ small: "".concat(spacingUnit / 2, "px"),

4

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

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

},
"gitHead": "d7b2359ca52614dae9c691f61fc98e4bedfe7b15"
"gitHead": "b24d47e06d1eecc07d50673751670079470fb6d7"
}
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