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

react-native-icon

Package Overview
Dependencies
Maintainers
2
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-icon - npm Package Compare versions

Comparing version 0.2.8 to 0.2.9

2

package.json
{
"name": "react-native-icon",
"version": "0.2.8",
"version": "0.2.9",
"description": "Automatic icon resizing for React Native. Inspired by cordova-icon.",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -8,3 +8,3 @@ #!/usr/bin/env node

const fs = require('fs');
const { generate } = require('./generate');
const generate = require('./generate');

@@ -37,3 +37,3 @@ program

// Generate some icons then innit.
generate(searchRoot, sourceIcon)
generate.generate(searchRoot, sourceIcon)
.then((results) => {

@@ -40,0 +40,0 @@ })

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