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

@eaze/footer

Package Overview
Dependencies
Maintainers
24
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@eaze/footer - npm Package Compare versions

Comparing version 0.1.1 to 1.0.0

6

package.json
{
"name": "@eaze/footer",
"version": "0.1.1",
"version": "1.0.0",
"description": "Footer component",

@@ -33,6 +33,6 @@ "main": "dist/index.js",

"prop-types": "~15.5.10",
"react": "~15.6.1",
"react-dom": "~15.6.1",
"react": "~16.0.0",
"react-dom": "~16.0.0",
"styled-components": "~1.4.6"
}
}

@@ -1,2 +0,1 @@

const webpack = require('webpack')
const path = require('path')

@@ -14,2 +13,8 @@

amd: 'react'
},
'react-dom': {
root: 'ReactDOM',
commonjs2: 'react-dom',
commonjs: 'react-dom',
amd: 'react-dom'
}

@@ -16,0 +21,0 @@ },

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