Socket
Socket
Sign inDemoInstall

@welcome-ui/icons.fingerprint

Package Overview
Dependencies
89
Maintainers
10
Versions
36
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 4.0.5 to 4.1.0

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

# [4.1.0](https://github.com/WTTJ/welcome-ui/compare/v4.0.6...v4.1.0) (2022-05-16)
**Note:** Version bump only for package @welcome-ui/icons.fingerprint
## [4.0.5](https://github.com/WTTJ/welcome-ui/compare/v4.0.4...v4.0.5) (2022-04-27)

@@ -8,0 +16,0 @@

21

dist/icons.fingerprint.cjs.js

@@ -12,20 +12,2 @@ 'use strict';

function _extends() {
_extends = Object.assign || function (target) {
for (var i = 1; i < arguments.length; i++) {
var source = arguments[i];
for (var key in source) {
if (Object.prototype.hasOwnProperty.call(source, key)) {
target[key] = source[key];
}
}
}
return target;
};
return _extends.apply(this, arguments);
}
var width = 15;

@@ -40,4 +22,5 @@ var height = 15;

function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
function FingerprintIcon(props) {
return /*#__PURE__*/React__default['default'].createElement(icon.Icon, _extends({
return /*#__PURE__*/React__default["default"].createElement(icon.Icon, _extends({
alt: "Fingerprint",

@@ -44,0 +27,0 @@ content: content

import React from 'react';
import { Icon } from '@welcome-ui/icon';
function _extends() {
_extends = Object.assign || function (target) {
for (var i = 1; i < arguments.length; i++) {
var source = arguments[i];
for (var key in source) {
if (Object.prototype.hasOwnProperty.call(source, key)) {
target[key] = source[key];
}
}
}
return target;
};
return _extends.apply(this, arguments);
}
var width = 15;

@@ -31,2 +13,3 @@ var height = 15;

function _extends() { _extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
function FingerprintIcon(props) {

@@ -33,0 +16,0 @@ return /*#__PURE__*/React.createElement(Icon, _extends({

@@ -6,3 +6,3 @@ {

"module": "dist/icons.fingerprint.es.js",
"version": "4.0.5",
"version": "4.1.0",
"publishConfig": {

@@ -12,3 +12,3 @@ "access": "public"

"dependencies": {
"@welcome-ui/icon": "^4.0.5"
"@welcome-ui/icon": "^4.1.0"
},

@@ -21,3 +21,3 @@ "peerDependencies": {

"types": "dist/index.d.ts",
"gitHead": "8b63c138db59952dddaf1ec060f9ba3c849d88da"
"gitHead": "3faef14aa8861173366f14162a013c6c7ba0ee44"
}
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