New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

react-file-base64

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-file-base64 - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

src/style/app.css

3

package.json
{
"name": "react-file-base64",
"version": "1.0.1",
"version": "1.0.2",
"description": "React Component for Converting File to base64",

@@ -37,3 +37,2 @@ "main": "./src/js/components/react-file-base64.js",

"es6-promise": "^3.1.2",
"sass-loader": "^3.2.0",
"style-loader": "^0.13.1",

@@ -40,0 +39,0 @@ "webpack": "^1.13.0",

@@ -7,4 +7,2 @@

require('../../sass/main.sass')
class App extends React.Component {

@@ -11,0 +9,0 @@

@@ -21,4 +21,4 @@

{
test: /\.sass$/,
loaders: ['style','css', 'sass']
test: /\.css$/,
loaders: ['style','css']
}

@@ -25,0 +25,0 @@ ]

Sorry, the diff of this file is too big to display

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