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

@svgmoji/blob

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/blob - npm Package Compare versions

Comparing version 3.0.0 to 3.1.0

15

CHANGELOG.md
# @svgmoji/blob
## 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-blob.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 Blobmoji extends core.Moji {

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

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

@@ -31,5 +27,5 @@

};
const VERSION = (["3.0.0"][0]);
const VERSION = (["3.1.0"][0]);
exports.BLOB_META = BLOB_META;
exports.Blobmoji = Blobmoji;

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

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

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

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

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

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

@@ -31,5 +27,5 @@

};
const VERSION = (["3.0.0"][0]);
const VERSION = (["3.1.0"][0]);
exports.BLOB_META = BLOB_META;
exports.Blobmoji = Blobmoji;

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

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

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

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

@@ -31,5 +27,5 @@

};
const VERSION = (["3.0.0"][0]);
const VERSION = (["3.1.0"][0]);
exports.BLOB_META = BLOB_META;
exports.Blobmoji = Blobmoji;

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

};
const VERSION = (["3.0.0"][0]);
const VERSION = (["3.1.0"][0]);
export { BLOB_META, Blobmoji };
{
"name": "@svgmoji/blob",
"version": "3.0.0",
"version": "3.1.0",
"description": "The svgmoji sprites for the [`blobmoji`](https://github.com/c1710/blobmoji) library.",

@@ -42,10 +42,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": {

@@ -52,0 +47,0 @@ "access": "public"

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