Socket
Socket
Sign inDemoInstall

@react-md/transition

Package Overview
Dependencies
Maintainers
1
Versions
62
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-md/transition - npm Package Compare versions

Comparing version 2.8.2 to 2.8.3

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

## [2.8.3](https://github.com/mlaursen/react-md/compare/v2.8.2...v2.8.3) (2021-05-18)
### Documentation
* **react-md.dev:** updated tsdoc to work with `typedoc` ([cf54c35](https://github.com/mlaursen/react-md/commit/cf54c359268332245d1dad8a8d91e0476cd8cb33))
## [2.8.2](https://github.com/mlaursen/react-md/compare/v2.8.1...v2.8.2) (2021-04-23)

@@ -8,0 +20,0 @@

3

es/index.js

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

/**
* @module @react-md/transition
*/
export * from "./Collapse";

@@ -2,0 +5,0 @@ export * from "./CrossFade";

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

/**
* @module @react-md/transition
*/
export * from "./Collapse";

@@ -2,0 +5,0 @@ export * from "./CrossFade";

@@ -13,2 +13,5 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
/**
* @module @react-md/transition
*/
__exportStar(require("./Collapse"), exports);

@@ -15,0 +18,0 @@ __exportStar(require("./CrossFade"), exports);

10

package.json
{
"name": "@react-md/transition",
"version": "2.8.2",
"version": "2.8.3",
"description": "A package for working with react-md to use some simple transitions.",

@@ -39,5 +39,5 @@ "main": "./lib/index.js",

"dependencies": {
"@react-md/portal": "^2.8.0",
"@react-md/theme": "^2.8.2",
"@react-md/utils": "^2.8.2",
"@react-md/portal": "^2.8.3",
"@react-md/theme": "^2.8.3",
"@react-md/utils": "^2.8.3",
"@types/react-transition-group": "^4.4.1",

@@ -60,3 +60,3 @@ "classnames": "^2.3.1",

},
"gitHead": "c69105066207d23a3323299638ceeecd4bc1162e"
"gitHead": "c02bfcf9eca5196f9b9c415bdf6d81cabd08a980"
}

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

/**
* @module @react-md/transition
*/
export * from "./Collapse";

@@ -2,0 +5,0 @@ export * from "./CrossFade";

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

/**
* @module @react-md/transition
*/
export * from "./Collapse";

@@ -2,0 +5,0 @@ export * from "./CrossFade";

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc