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

@material-ui/codemod

Package Overview
Dependencies
Maintainers
7
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@material-ui/codemod - npm Package Compare versions

Comparing version 4.3.0 to 4.5.0

2

lib/v1.0.0/color-imports.js

@@ -5,3 +5,3 @@ "use strict";

var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/slicedToArray"));
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));

@@ -8,0 +8,0 @@ // This codemod attempts to fix the color imports breaking change introduced in

@@ -5,3 +5,3 @@ "use strict";

var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/slicedToArray"));
var _slicedToArray2 = _interopRequireDefault(require("@babel/runtime/helpers/slicedToArray"));

@@ -8,0 +8,0 @@ /**

@@ -10,3 +10,3 @@ "use strict";

var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/toConsumableArray"));
var _toConsumableArray2 = _interopRequireDefault(require("@babel/runtime/helpers/toConsumableArray"));

@@ -13,0 +13,0 @@ var _path = require("path");

{
"name": "@material-ui/codemod",
"version": "4.3.0",
"version": "4.5.0",
"private": false,

@@ -18,3 +18,3 @@ "author": "Material-UI Team",

"prebuild": "rimraf lib",
"build": "cross-env NODE_ENV=production babel --config-file ../../babel.config.js ./src --out-dir ./lib --ignore **/*.test.js",
"build": "cross-env NODE_ENV=production BABEL_ENV=cjs babel --config-file ../../babel.config.js ./src --out-dir ./lib --ignore **/*.test.js",
"release": "yarn build && npm publish"

@@ -31,3 +31,3 @@ },

"@babel/core": "^7.4.5",
"@babel/traverse": "^7.4.5",
"@babel/traverse": "^7.6.2",
"jscodeshift-add-imports": "^1.0.1"

@@ -34,0 +34,0 @@ },

@@ -63,2 +63,4 @@ # @material-ui/codemod

Head to https://material-ui.com/guides/minimizing-bundle-size/ to understand when it's useful.
#### `top-level-imports`

@@ -78,2 +80,4 @@

Head to https://material-ui.com/guides/minimizing-bundle-size/ to understand when it's useful.
### v1.0.0

@@ -80,0 +84,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