Socket
Socket
Sign inDemoInstall

rc-animate

Package Overview
Dependencies
Maintainers
3
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-animate - npm Package Compare versions

Comparing version 3.0.0-rc.0 to 3.0.0-rc.1

2

es/util.js

@@ -57,3 +57,3 @@ import toArray from 'rc-util/es/Children/toArray';

var vendorPrefixes = getVendorPrefixes(canUseDOM, window);
var vendorPrefixes = getVendorPrefixes(canUseDOM, typeof window !== 'undefined' ? window : {});

@@ -60,0 +60,0 @@ var style = {};

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

var vendorPrefixes = getVendorPrefixes(_ExecutionEnvironment.canUseDOM, window);
var vendorPrefixes = getVendorPrefixes(_ExecutionEnvironment.canUseDOM, typeof window !== 'undefined' ? window : {});

@@ -77,0 +77,0 @@ var style = {};

{
"name": "rc-animate",
"version": "3.0.0-rc.0",
"version": "3.0.0-rc.1",
"description": "css-transition ui component for react",

@@ -5,0 +5,0 @@ "keywords": [

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