Socket
Socket
Sign inDemoInstall

markdown-it-icons

Package Overview
Dependencies
4
Maintainers
1
Versions
25
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.2 to 0.1.3

src/emojione-awesome.css

4

package.json
{
"name": "markdown-it-icons",
"version": "0.1.2",
"version": "0.1.3",
"description": "Plugin for markdown-it, supports emoji icons and font-awesome icons.",

@@ -9,3 +9,3 @@ "main": "src/index.bundle.js",

"test": "node test/index.bundle.js",
"upgrade": "ncu -ua && yarn upgrade"
"upgrade": "ncu -ua && yarn upgrade && cp node_modules/emojione/assets/css/emojione-awesome.css src/ && sed -i '' 's%//cdn.jsdelivr.net/%https://cdn.jsdelivr.net/%g' src/emojione-awesome.css"
},

@@ -12,0 +12,0 @@ "repository": "git@github.com:tylingsoft/markdown-it-icons.git",

@@ -5,10 +5,10 @@ module.exports =

/******/ var installedModules = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId])
/******/ return installedModules[moduleId].exports;
/******/
/******/ // Create a new module (and put it into the cache)

@@ -20,23 +20,23 @@ /******/ var module = installedModules[moduleId] = {

/******/ };
/******/
/******/ // Execute the module function
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
/******/
/******/ // Flag the module as loaded
/******/ module.l = true;
/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/
/******/
/******/ // expose the modules object (__webpack_modules__)
/******/ __webpack_require__.m = modules;
/******/
/******/ // expose the module cache
/******/ __webpack_require__.c = installedModules;
/******/
/******/ // identity function for calling harmony imports with the correct context
/******/ __webpack_require__.i = function(value) { return value; };
/******/
/******/ // define getter function for harmony exports

@@ -52,3 +52,3 @@ /******/ __webpack_require__.d = function(exports, name, getter) {

/******/ };
/******/
/******/ // getDefaultExport function for compatibility with non-harmony modules

@@ -62,11 +62,11 @@ /******/ __webpack_require__.n = function(module) {

/******/ };
/******/
/******/ // Object.prototype.hasOwnProperty.call
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
/******/
/******/ // __webpack_public_path__
/******/ __webpack_require__.p = "";
/******/
/******/ // Load entry module and return exports
/******/ return __webpack_require__(__webpack_require__.s = 3);
/******/ return __webpack_require__(__webpack_require__.s = 0);
/******/ })

@@ -76,20 +76,2 @@ /************************************************************************/

/* 0 */
/***/ (function(module, exports) {
module.exports = require("emojione/emoji.json");
/***/ }),
/* 1 */
/***/ (function(module, exports) {
module.exports = require("font-awesome-icon-chars");
/***/ }),
/* 2 */
/***/ (function(module, exports) {
module.exports = require("markdown-it-regex");
/***/ }),
/* 3 */
/***/ (function(module, exports, __webpack_require__) {

@@ -104,9 +86,9 @@

var _markdownItRegex = __webpack_require__(2);
var _markdownItRegex = __webpack_require__(3);
var _emoji = __webpack_require__(0);
var _emoji = __webpack_require__(1);
var _emoji2 = _interopRequireDefault(_emoji);
var _fontAwesomeIconChars = __webpack_require__(1);
var _fontAwesomeIconChars = __webpack_require__(2);

@@ -157,3 +139,21 @@ var _fontAwesomeIconChars2 = _interopRequireDefault(_fontAwesomeIconChars);

/***/ }),
/* 1 */
/***/ (function(module, exports) {
module.exports = require("emojione/emoji.json");
/***/ }),
/* 2 */
/***/ (function(module, exports) {
module.exports = require("font-awesome-icon-chars");
/***/ }),
/* 3 */
/***/ (function(module, exports) {
module.exports = require("markdown-it-regex");
/***/ })
/******/ ]);

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

const nodeExternals = require('webpack-node-externals')
import nodeExternals from 'webpack-node-externals'

@@ -11,3 +11,3 @@ const config = {

output: {
path: '.',
path: __dirname,
filename: '[name].bundle.js',

@@ -14,0 +14,0 @@ libraryTarget: 'commonjs2'

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc