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

@svgmoji/noto

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@svgmoji/noto - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

15

CHANGELOG.md
# @svgmoji/noto
## 3.1.0
> 2021-02-15
### Minor Changes
- 75b361fc: Update svg files to latest versions and fix some issues with missing files. Also fix missing emoji for `openmoji`.
- 088f5d3e: Make `@svgmoji/core` a direct dependency for all icon packages.
### Patch Changes
- Updated dependencies [7c81be1b]
- Updated dependencies [edd4a29c]
- @svgmoji/core@3.1.0
## 3.0.0

@@ -4,0 +19,0 @@

10

dist/svgmoji-noto.browser.cjs.js

@@ -8,6 +8,2 @@ 'use strict';

function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
var _defineProperty__default = /*#__PURE__*/_interopDefault(_defineProperty);
class Notomoji extends core.Moji {

@@ -17,5 +13,5 @@ constructor() {

_defineProperty__default['default'](this, "name", 'noto');
_defineProperty(this, "name", 'noto');
_defineProperty__default['default'](this, "version", VERSION);
_defineProperty(this, "version", VERSION);
}

@@ -40,5 +36,5 @@

};
const VERSION = (["3.0.0"][0]);
const VERSION = (["3.1.0"][0]);
exports.NOTO_META = NOTO_META;
exports.Notomoji = Notomoji;

@@ -30,4 +30,4 @@ import _defineProperty from '@babel/runtime/helpers/esm/defineProperty';

};
const VERSION = (["3.0.0"][0]);
const VERSION = (["3.1.0"][0]);
export { NOTO_META, Notomoji };

@@ -8,6 +8,2 @@ 'use strict';

function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
var _defineProperty__default = /*#__PURE__*/_interopDefault(_defineProperty);
class Notomoji extends core.Moji {

@@ -17,5 +13,5 @@ constructor() {

_defineProperty__default['default'](this, "name", 'noto');
_defineProperty(this, "name", 'noto');
_defineProperty__default['default'](this, "version", VERSION);
_defineProperty(this, "version", VERSION);
}

@@ -40,5 +36,5 @@

};
const VERSION = (["3.0.0"][0]);
const VERSION = (["3.1.0"][0]);
exports.NOTO_META = NOTO_META;
exports.Notomoji = Notomoji;

@@ -8,6 +8,2 @@ 'use strict';

function _interopDefault (e) { return e && e.__esModule ? e : { 'default': e }; }
var _defineProperty__default = /*#__PURE__*/_interopDefault(_defineProperty);
class Notomoji extends core.Moji {

@@ -17,5 +13,5 @@ constructor() {

_defineProperty__default['default'](this, "name", 'noto');
_defineProperty(this, "name", 'noto');
_defineProperty__default['default'](this, "version", VERSION);
_defineProperty(this, "version", VERSION);
}

@@ -40,5 +36,5 @@

};
const VERSION = (["3.0.0"][0]);
const VERSION = (["3.1.0"][0]);
exports.NOTO_META = NOTO_META;
exports.Notomoji = Notomoji;

@@ -30,4 +30,4 @@ import _defineProperty from '@babel/runtime/helpers/esm/defineProperty';

};
const VERSION = (["3.0.0"][0]);
const VERSION = (["3.1.0"][0]);
export { NOTO_META, Notomoji };
{
"name": "@svgmoji/noto",
"version": "3.0.0",
"version": "3.1.0",
"description": "The svgmoji sprites for the [`noto-emoji`](https://github.com/googlefonts/noto-emoji) library.",

@@ -43,10 +43,5 @@ "keywords": [

"dependencies": {
"@babel/runtime": "^7.12.5"
"@babel/runtime": "^7.12.5",
"@svgmoji/core": "^3.1.0"
},
"devDependencies": {
"@svgmoji/core": "3.0.0"
},
"peerDependencies": {
"@svgmoji/core": "^3.0.0"
},
"publishConfig": {

@@ -53,0 +48,0 @@ "access": "public"

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