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

react-hamburger-menu

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-hamburger-menu - npm Package Compare versions

Comparing version 0.0.4 to 1.0.0

2

dist/index.js

@@ -20,3 +20,3 @@ 'use strict';

strokeWidth = props.strokeWidth || 2,
halfStrokeWidth = '-' + strokeWidth / 2,
halfStrokeWidth = '-' + strokeWidth / 2 + 'px',
animationDuration = props.animationDuration || '0.4';

@@ -23,0 +23,0 @@

{
"name": "react-hamburger-menu",
"version": "0.0.4",
"version": "1.0.0",
"description": "Dead simple Hamburger Menu to use as a mobile nav, with a bunch of styling options.",

@@ -21,3 +21,3 @@ "main": "dist/index.js",

"build": "webpack",
"compile": "babel ./src/hamburger-menu.jsx --out-file ./dist/index.js",
"compile": "mkdir -p dist && babel ./src/hamburger-menu.jsx --out-file ./dist/index.js",
"prepublish": "npm run compile",

@@ -39,4 +39,5 @@ "test": "tape -r babel-register ./src/**/*.spec.js | tap-spec"

"expect": "1.13.4",
"react-addons-test-utils": "0.14.3",
"react-dom": "0.14.5",
"react-addons-test-utils": "0.14.3 || ^15.0.0",
"react": "0.14.5 || ^15.0.0",
"react-dom": "0.14.5 || ^15.0.0",
"tap-spec": "4.1.1",

@@ -48,4 +49,4 @@ "tape": "4.4.0",

"peerDependencies": {
"react": "0.14.5"
"react": "0.14.5 || ^15.0.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