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

@teleporthq/react-components

Package Overview
Dependencies
Maintainers
5
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@teleporthq/react-components - npm Package Compare versions

Comparing version 1.0.7-alpha-7 to 1.0.7-alpha-8

6

dist/animate-on-reveal.umd.js

@@ -53,2 +53,5 @@ (function(global, factory) {

break;
case "iteration":
this.style.animationIterationCount = this.getAttribute(name) || "1";
break;
case "direction":

@@ -82,3 +85,4 @@ this.style.animationDirection = this.getAttribute(name) || "normal";

"class",
"classname"
"classname",
"iteration"
];

@@ -85,0 +89,0 @@ let AnimateOnElementReveal = _AnimateOnElementReveal;

@@ -173,2 +173,5 @@ import dayjs from 'dayjs';

break;
case "iteration":
this.style.animationIterationCount = this.getAttribute(name) || "1";
break;
case "direction":

@@ -202,3 +205,4 @@ this.style.animationDirection = this.getAttribute(name) || "normal";

"class",
"classname"
"classname",
"iteration"
];

@@ -205,0 +209,0 @@ let AnimateOnElementReveal = _AnimateOnElementReveal;

2

package.json
{
"name": "@teleporthq/react-components",
"version": "1.0.7-alpha-7",
"version": "1.0.7-alpha-8",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/react-components.js",

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