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

react-modal-dumb

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-modal-dumb - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

browser.js

2

examples/example.jsx

@@ -31,2 +31,2 @@ import React from 'react';

render(<SideNav />, document.getElementById('hello'));
render(<SideNav />, document.body);

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

module.exports = require('./dist/bundle');
module.exports = require('./dist/index.js');
{
"name": "react-modal-dumb",
"version": "1.0.5",
"description": "",
"version": "1.0.6",
"description": "Fully controlled dumb react component",
"main": "index.js",

@@ -11,12 +11,12 @@ "options": {

"clean": "rimraf dist",
"dev": "npm run clean && webpack -d --watch --config webpack.config.dev.js",
"build": "webpack -p --config webpack.config.js",
"prepublish": "npm run build",
"test": "npm run lint && npm run testonly",
"prepublish": ". ./scripts/prepublish.sh",
"dev": "webpack-dev-server --config examples/webpack.config.dev.js",
"lint": "./node_modules/.bin/eslint ./lib",
"lintfix": "./node_modules/.bin/eslint ./lib --fix",
"testonly": "./node_modules/.bin/mocha $npm_package_options_mocha"
"testonly": "./node_modules/.bin/mocha $npm_package_options_mocha",
"test": "npm run lint && npm run testonly",
"test-watch": "npm run testonly -- --watch"
},
"author": "",
"license": "ISC",
"author": "Aykut Yaman",
"license": "MIT",
"dependencies": {

@@ -40,3 +40,2 @@ "babel-runtime": "6.x.x"

"eslint-plugin-react": "3.x.x",
"html-webpack-plugin": "^1.1.0",
"mocha": "2.x.x",

@@ -43,0 +42,0 @@ "nodemon": "1.7.x",

@@ -46,5 +46,8 @@ [![Build Status](https://travis-ci.org/aykutyaman/react-modal-dumb.svg?branch=master)](https://travis-ci.org/aykutyaman/react-modal-dumb)

```
$ git clone git@github.com:aykutyaman/react-modal-dumb.git
$ cd react-modal-dumb
$ npm install
$ npm run dev
```
Now edit lib files and examples/index.jsx. After that run examples/index.html in
order to see the results.
Open http://localhost:8080/webpack-dev-server/bundle in order to see the results.
Now edit lib files or examples/index.jsx to develop your awesome component.
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