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.0-rc.2 to 4.0.0

22

dist/icons.fingerprint.cjs.js

@@ -5,3 +5,2 @@ 'use strict';

var _extends = require('@babel/runtime/helpers/extends');
var React = require('react');

@@ -12,5 +11,22 @@ var icon = require('@welcome-ui/icon');

var _extends__default = /*#__PURE__*/_interopDefaultLegacy(_extends);
var React__default = /*#__PURE__*/_interopDefaultLegacy(React);
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;

@@ -26,3 +42,3 @@ var height = 15;

function FingerprintIcon(props) {
return /*#__PURE__*/React__default['default'].createElement(icon.Icon, _extends__default['default']({
return /*#__PURE__*/React__default['default'].createElement(icon.Icon, _extends({
alt: "Fingerprint",

@@ -29,0 +45,0 @@ content: content

@@ -1,5 +0,22 @@

import _extends from '@babel/runtime/helpers/esm/extends';
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;

@@ -6,0 +23,0 @@ var height = 15;

6

package.json

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

"module": "dist/icons.fingerprint.es.js",
"version": "4.0.0-rc.2",
"version": "4.0.0",
"publishConfig": {

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

"dependencies": {
"@welcome-ui/icon": "^4.0.0-rc.2"
"@welcome-ui/icon": "^4.0.0"
},

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

"types": "dist/index.d.ts",
"gitHead": "55a42f472db60e9610ed315d8e05579acb39ae31"
"gitHead": "173817d691ca63e40ad0c659f1257d174b4982f7"
}

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