Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

create-caspar-graphics

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

create-caspar-graphics - npm Package Compare versions

Comparing version 0.1.1 to 0.2.0

2

package.json
{
"name": "create-caspar-graphics",
"version": "0.1.1",
"version": "0.2.0",
"description": "CLI tool to bootstrap CasparCG graphics with no configuration",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -6,13 +6,2 @@ import React from 'react'

componentDidMount() {
this.props.timeline.from(this.el, 0.6, { opacity: 0, x: '-=30' })
}
componentWillLeave(callback) {
this.props.timeline
.eventCallback('onReverseComplete', callback)
.timeScale(2)
.reverse()
}
render() {

@@ -19,0 +8,0 @@ const { text } = this.props.data

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