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

@ndla/icons

Package Overview
Dependencies
Maintainers
10
Versions
211
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.7.6 to 0.7.7

es/action/CursorClick.js

2

es/action/index.js

@@ -15,4 +15,6 @@ /**

export { default as Cross } from './Cross';
export { default as CursorClick } from './CursorClick';
export { default as ExpandLess } from './ExpandLess';
export { default as ExpandMore } from './ExpandMore';
export { default as ExpandTwoArrows } from './ExpandTwoArrows';
export { default as FileCompare } from './FileCompare';

@@ -19,0 +21,0 @@ export { default as ForwardArrow } from './ForwardArrow';

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

export { default as Play } from './Play';
export { default as PlayCircleFilled } from './PlayCircleFilled';
export { default as Podcast } from './Podcast';

@@ -48,0 +49,0 @@ export { default as Sad } from './Sad';

@@ -14,4 +14,6 @@ /**

export { default as Cross } from './Cross';
export { default as CursorClick } from './CursorClick';
export { default as ExpandLess } from './ExpandLess';
export { default as ExpandMore } from './ExpandMore';
export { default as ExpandTwoArrows } from './ExpandTwoArrows';
export { default as FileCompare } from './FileCompare';

@@ -18,0 +20,0 @@ export { default as ForwardArrow } from './ForwardArrow';

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

});
Object.defineProperty(exports, "CursorClick", {
enumerable: true,
get: function get() {
return _CursorClick["default"];
}
});
Object.defineProperty(exports, "ExpandLess", {

@@ -55,2 +61,8 @@ enumerable: true,

});
Object.defineProperty(exports, "ExpandTwoArrows", {
enumerable: true,
get: function get() {
return _ExpandTwoArrows["default"];
}
});
Object.defineProperty(exports, "FileCompare", {

@@ -147,2 +159,4 @@ enumerable: true,

var _CursorClick = _interopRequireDefault(require("./CursorClick"));
var _ExpandLess = _interopRequireDefault(require("./ExpandLess"));

@@ -152,2 +166,4 @@

var _ExpandTwoArrows = _interopRequireDefault(require("./ExpandTwoArrows"));
var _FileCompare = _interopRequireDefault(require("./FileCompare"));

@@ -154,0 +170,0 @@

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

export { default as Play } from './Play';
export { default as PlayCircleFilled } from './PlayCircleFilled';
export { default as Podcast } from './Podcast';

@@ -47,0 +48,0 @@ export { default as Sad } from './Sad';

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

});
Object.defineProperty(exports, "PlayCircleFilled", {
enumerable: true,
get: function get() {
return _PlayCircleFilled["default"];
}
});
Object.defineProperty(exports, "Podcast", {

@@ -370,2 +376,4 @@ enumerable: true,

var _PlayCircleFilled = _interopRequireDefault(require("./PlayCircleFilled"));
var _Podcast = _interopRequireDefault(require("./Podcast"));

@@ -372,0 +380,0 @@

4

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

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

},
"gitHead": "95745b473189b7ab19af423d5f41da3bb845f2bd"
"gitHead": "648d7288a08be197d355743169525c33168eb2da"
}
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