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

@ndla/core

Package Overview
Dependencies
Maintainers
10
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 1.0.0 to 1.0.1-alpha.20

3

es/colors.js

@@ -29,3 +29,4 @@ var brandLight = '#ceddea';

greyLightest: brandGreyLightest,
greyDark: '#4d4d4d'
greyDark: '#4d4d4d',
neutral7: '#D1D6DB'
},

@@ -32,0 +33,0 @@

@@ -23,2 +23,3 @@ declare const colors: {

greyDark: string;
neutral7: string;
};

@@ -25,0 +26,0 @@ /**

@@ -35,3 +35,4 @@ "use strict";

greyLightest: brandGreyLightest,
greyDark: '#4d4d4d'
greyDark: '#4d4d4d',
neutral7: '#D1D6DB'
},

@@ -38,0 +39,0 @@

{
"name": "@ndla/core",
"version": "1.0.0",
"version": "1.0.1-alpha.20+22d4e1c49",
"description": "UI component library for NDLA.",

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

},
"gitHead": "7d6db8f3945947b35bdbb3c38229dec942d43ec1"
"gitHead": "22d4e1c498b4c967fa6463ce0a8b8ee3bbd2336e"
}

@@ -8,7 +8,7 @@ # ndla-core

```sh
$ yarn add --save ndla-core
yarn add --save @ndla/core
```
```sh
$ npm i --save ndla-core
npm i --save @ndla/core
```

@@ -27,5 +27,5 @@

```scss
@import '~ndla-core/scss/core';
@import '~@ndla/core/scss/core';
@import 'my-awesome-component';
@import '~ndla-core/scss/utilities';
@import '~@ndla/core/scss/utilities';
```

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