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.0 to 0.6.1

types/index.d.ts

5

es/breakpoints.js

@@ -1,2 +0,2 @@

export default {
var breakpoints = {
mobile: "20em",

@@ -9,2 +9,3 @@ mobileWide: "29.75em",

ultraWide: "100.0625em"
};
};
export default breakpoints;

13

lib/breakpoints.d.ts

@@ -1,10 +0,3 @@

declare const _default: {
mobile: string;
mobileWide: string;
tablet: string;
tabletWide: string;
desktop: string;
wide: string;
ultraWide: string;
};
export default _default;
import { Breakpoints } from '../types';
declare const breakpoints: Breakpoints;
export default breakpoints;

@@ -7,3 +7,3 @@ "use strict";

exports.default = void 0;
var _default = {
var breakpoints = {
mobile: "20em",

@@ -17,2 +17,3 @@ mobileWide: "29.75em",

};
var _default = breakpoints;
exports.default = _default;
{
"name": "@ndla/core",
"version": "0.6.0",
"version": "0.6.1",
"description": "UI component library for NDLA.",

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

},
"gitHead": "ceaf1645348ee539d9289af19c4042aa6613c633"
"gitHead": "84b8002661e3569d84ef1d57fc5e57cf2fe6f062"
}

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