Socket
Socket
Sign inDemoInstall

input-material-ui

Package Overview
Dependencies
40
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.6.1 to 2.7.0

1

lib/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = void 0;
var InputMaterialUi_1 = require("./InputMaterialUi");
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return InputMaterialUi_1.default; } });
//# sourceMappingURL=index.js.map

4

lib/InputMaterialUi.js

@@ -6,6 +6,8 @@ "use strict";

({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);

@@ -12,0 +14,0 @@ function __() { this.constructor = d; }

@@ -6,6 +6,8 @@ "use strict";

({ __proto__: [] } instanceof Array && function (d, b) { d.__proto__ = b; }) ||
function (d, b) { for (var p in b) if (b.hasOwnProperty(p)) d[p] = b[p]; };
function (d, b) { for (var p in b) if (Object.prototype.hasOwnProperty.call(b, p)) d[p] = b[p]; };
return extendStatics(d, b);
};
return function (d, b) {
if (typeof b !== "function" && b !== null)
throw new TypeError("Class extends value " + String(b) + " is not a constructor or null");
extendStatics(d, b);

@@ -12,0 +14,0 @@ function __() { this.constructor = d; }

{
"name": "input-material-ui",
"version": "2.6.1",
"version": "2.7.0",
"description": "A material-ui INPUT component which allows to see/hide the password text of the field and to clear the input value",

@@ -14,3 +14,3 @@ "main": "lib/index.js",

"storybook:commit": "git add . && git commit -m \"Updated storybook\"",
"all": "yarn install && yarn build-storybook && yarn deploy"
"all": "yarn install && yarn storybook:build && yarn deploy"
},

@@ -43,29 +43,29 @@ "repository": {

"dependencies": {
"@material-ui/core": "^4.11.0",
"@material-ui/icons": "^4.9.1",
"lodash": "^4.17.15"
"@material-ui/core": "^4.11.3",
"@material-ui/icons": "^4.11.2",
"lodash": "^4.17.21"
},
"devDependencies": {
"@babel/core": "^7.10.2",
"@storybook/react": "^5.3.19",
"@babel/core": "^7.13.8",
"@storybook/react": "6.0.28",
"@types/babel-core": "^6.25.6",
"@types/enzyme": "^3.10.5",
"@types/enzyme": "^3.10.8",
"@types/enzyme-adapter-react-16": "^1.0.6",
"@types/lodash": "^4.14.155",
"@types/react": "^16.9.36",
"@types/react-dom": "^16.9.8",
"@types/lodash": "^4.14.168",
"@types/react": "^16.9.56",
"@types/react-dom": "^16.9.11",
"@types/rimraf": "^3.0.0",
"babel-core": "^6.26.3",
"babel-jest": "^26.0.1",
"babel-loader": "^8.1.0",
"babel-preset-react-app": "^9.1.2",
"cross-env": "^7.0.2",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"babel-preset-react-app": "^10.0.0",
"cross-env": "^7.0.3",
"enzyme": "^3.11.0",
"enzyme-adapter-react-16": "^1.15.2",
"enzyme-adapter-react-16": "^1.15.6",
"rimraf": "^3.0.2",
"typescript": "^3.9.5"
"typescript": "^4.2.2"
},
"peerDependencies": {
"react": "^16.9.0",
"react-dom": "^16.9.0"
"react": ">=16.9.0",
"react-dom": ">=16.9.0"
},

@@ -72,0 +72,0 @@ "jest": {

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

# input-material-ui ![Weekly downloads](https://img.shields.io/npm/dw/input-material-ui "Weekly downloads")
# input-material-ui ![Weekly downloads](https://img.shields.io/npm/dw/input-material-ui 'Weekly downloads')

@@ -34,15 +34,16 @@ A material-ui INPUT component which allows to see/hide the password text of the field and to clear the input value

| InputMaterialUi _uses_ | Material-ui | React |
| ---------------------: | :---------: | :----: |
| 1.0.x | 3.2.0 | 16.5.2 |
| 1.1.x | 3.6.0 | 16.6.3 |
| 1.2.x | 3.9.2 | 16.8.1 |
| 1.3.x | 3.9.3 | 16.8.6 |
| 2.0.x | 4.0.2 | 16.8.6 |
| 2.1.x | 4.2.0 | 16.8.6 |
| 2.2.x | 4.3.2 | 16.9.0 |
| 2.3.x | 4.9.0 | 16.9.0 |
| 2.4.x | 4.9.7 | 16.9.0 |
| 2.5.x | 4.10.2 | 16.9.0 |
| 2.6.x | 4.11.0 | 16.9.0 |
| InputMaterialUi _uses_ | Material-ui | React |
| ---------------------: | :---------: | :--------------: |
| 1.0.x | 3.2.0 | 16.5.2 |
| 1.1.x | 3.6.0 | 16.6.3 |
| 1.2.x | 3.9.2 | 16.8.1 |
| 1.3.x | 3.9.3 | 16.8.6 |
| 2.0.x | 4.0.2 | 16.8.6 |
| 2.1.x | 4.2.0 | 16.8.6 |
| 2.2.x | 4.3.2 | 16.9.0 |
| 2.3.x | 4.9.0 | 16.9.0 |
| 2.4.x | 4.9.7 | 16.9.0 |
| 2.5.x | 4.10.2 | 16.9.0 |
| 2.6.x | 4.11.0 | 16.9.0 |
| 2.7.x | 4.11.3 | 16.9.0 or 17.0.0 |

@@ -62,4 +63,4 @@ ### About versioning schema used for InputMaterialUi

```js
import * as React from "react";
import InputMaterialUi from "input-material-ui";
import * as React from 'react';
import InputMaterialUi from 'input-material-ui';

@@ -90,4 +91,4 @@ class App extends React.Component {

```js
import * as React from "react";
import InputMaterialUi from "input-material-ui";
import * as React from 'react';
import InputMaterialUi from 'input-material-ui';

@@ -190,1 +191,6 @@ class App extends React.Component {

- Fixed crash produced by "export \* from"
### 2.7.0
- Accepting React 17 as peerDependencies
- Fixed security warnings

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc