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

@ndla/icons

Package Overview
Dependencies
Maintainers
5
Versions
210
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ndla/icons - npm Package Compare versions

Comparing version 0.6.7 to 0.6.8

es/editor/AlertCircle.js

4

es/editor/index.js

@@ -10,2 +10,3 @@ /**

export { default as Agreement } from './Agreement';
export { default as AlertCircle } from './AlertCircle';
export { default as AlignCenter } from './AlignCenter';

@@ -19,2 +20,3 @@ export { default as AlignLeft } from './AlignLeft';

export { default as Check } from './Check';
export { default as CloudUploadOutline } from './CloudUploadOutline';
export { default as Code } from './Code';

@@ -26,2 +28,4 @@ export { default as Concept } from './Concept';

export { default as Done } from './Done';
export { default as DragHorizontal } from './DragHorizontal';
export { default as DragVertical } from './DragVertical';
export { default as ExpandableBox } from './ExpandableBox';

@@ -28,0 +32,0 @@ export { default as FactBox } from './FactBox';

@@ -16,2 +16,11 @@ "use strict";

var _AlertCircle = require("./AlertCircle");
Object.defineProperty(exports, "AlertCircle", {
enumerable: true,
get: function get() {
return _interopRequireDefault(_AlertCircle).default;
}
});
var _AlignCenter = require("./AlignCenter");

@@ -89,2 +98,11 @@

var _CloudUploadOutline = require("./CloudUploadOutline");
Object.defineProperty(exports, "CloudUploadOutline", {
enumerable: true,
get: function get() {
return _interopRequireDefault(_CloudUploadOutline).default;
}
});
var _Code = require("./Code");

@@ -144,2 +162,20 @@

var _DragHorizontal = require("./DragHorizontal");
Object.defineProperty(exports, "DragHorizontal", {
enumerable: true,
get: function get() {
return _interopRequireDefault(_DragHorizontal).default;
}
});
var _DragVertical = require("./DragVertical");
Object.defineProperty(exports, "DragVertical", {
enumerable: true,
get: function get() {
return _interopRequireDefault(_DragVertical).default;
}
});
var _ExpandableBox = require("./ExpandableBox");

@@ -146,0 +182,0 @@

4

package.json
{
"name": "@ndla/icons",
"version": "0.6.7",
"version": "0.6.8",
"description": "A package containing icons used in NDLA frontends",

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

},
"gitHead": "a56d9c5a7f76a201f5848081b6df0a8b79e2fd1f"
"gitHead": "756cfb97b56cd28b58cc4b9d08a9a701ac2cf0ec"
}
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