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

@invisionag/iris-react-animation

Package Overview
Dependencies
Maintainers
24
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@invisionag/iris-react-animation - npm Package Compare versions

Comparing version 1.0.17 to 1.0.18

2

package.json
{
"name": "@invisionag/iris-react-animation",
"version": "1.0.17",
"version": "1.0.18",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -17,3 +17,3 @@ ```js

import Animation from '@invisionag/iris-react-animation';
import * as animationData from './animation.json';
import animationData from './animation.json';

@@ -34,3 +34,3 @@ <Animation data={animationData} />

import Animation from '@invisionag/iris-react-animation';
import * as animationData from './animation.json';
import animationData from './animation.json';

@@ -51,5 +51,5 @@ <Animation data={animationData}>

import Animation from '@invisionag/iris-react-animation';
import * as animationData from './animation.json';
import animationData from './animation.json';
<Animation data={animationData} lottieOptions={{ loop: false }} />
```
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