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

@hixme-ui/animate

Package Overview
Dependencies
Maintainers
3
Versions
43
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hixme-ui/animate - npm Package Compare versions

Comparing version 1.4.0 to 1.5.0

2

lib/Animate.js

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

if (props.display) return props.display;
return 'inline-block';
return 'inherit';
});

@@ -127,0 +127,0 @@

{
"name": "@hixme-ui/animate",
"version": "1.4.0",
"version": "1.5.0",
"description": "hixme-ui Animate component",

@@ -45,3 +45,2 @@ "publishConfig": {

"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.26.0",

@@ -83,3 +82,3 @@ "babel-core": "^6.26.0",

"react-addons-test-utils": "^15.0.0",
"react-test-renderer": "^15.6.2",
"react-test-renderer": "^16.0.0",
"regenerator-runtime": "^0.11.0",

@@ -93,6 +92,6 @@ "rimraf": "^2.6.1",

"dependencies": {
"@hixme-ui/theme": "^1.3.0",
"@hixme-ui/theme": "^1.5.0",
"@hixme-ui/theme-props": "^1.3.0",
"prop-types": "^15.6.0",
"react": "^15.6.1",
"react": "^16.0.0",
"react-animations": "^1.0.0",

@@ -99,0 +98,0 @@ "react-maskedinput": "^4.0.0",

@@ -13,3 +13,2 @@ # hixme-ui animate

<Animate bounce time='1s' />
```

@@ -26,4 +25,5 @@

| trigger | boolean | true |
| display | string | 'inline-block' |
| display | string | 'inherit' |
| fillMode | string | 'none' |

@@ -187,3 +187,3 @@ import styled, { keyframes } from 'styled-components'

if (props.display) return props.display
return 'inline-block'
return 'inherit'
}};

@@ -190,0 +190,0 @@ `

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