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

@ndla/core

Package Overview
Dependencies
Maintainers
9
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.1.2 to 4.1.3

6

es/colors.js

@@ -126,4 +126,10 @@ var brandLight = '#ceddea';

frontpageArticle: '#f7fafd'
},
/**
* Icon colors
* */
icon: {
iconBlue: '#4e51f2'
}
};
export default colors;

@@ -119,3 +119,9 @@ declare const colors: {

};
/**
* Icon colors
* */
icon: {
iconBlue: string;
};
};
export default colors;

@@ -132,2 +132,8 @@ "use strict";

frontpageArticle: '#f7fafd'
},
/**
* Icon colors
* */
icon: {
iconBlue: '#4e51f2'
}

@@ -134,0 +140,0 @@ };

4

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

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

},
"gitHead": "d5b859163608f1921fa425b333d5bbdd898c64d1"
"gitHead": "7a418d51a890d239ba9a2fb1eb8058141cb41c4b"
}

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