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

infl-icons

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

infl-icons - npm Package Compare versions

Comparing version 1.1.0 to 1.2.0

8

lib/index.js

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

var _propTypes = require('prop-types');
var _propTypes2 = _interopRequireDefault(_propTypes);
var _classnames2 = require('classnames');

@@ -32,6 +36,6 @@

Icon.propTypes = {
icon: _react.PropTypes.string.isRequired,
flex: _react.PropTypes.bool
icon: _propTypes2.default.string.isRequired,
flex: _propTypes2.default.bool
};
exports.Icon = Icon;
{
"name": "infl-icons",
"version": "1.1.0",
"version": "1.2.0",
"description": "Influitive Icons",

@@ -8,3 +8,4 @@ "main": "lib/index.js",

"build": "rm -rf lib && gulp --silent && babel --quiet src -d lib",
"start": "kotatsu serve -c example/webpack.config.js -p 3099 --babel"
"start": "kotatsu serve -c example/webpack.config.js -p 3099 --babel",
"prepublish": "NODE_ENV=production npm run build"
},

@@ -11,0 +12,0 @@ "files": [

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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