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

@jam3/gsap-promise

Package Overview
Dependencies
Maintainers
2
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jam3/gsap-promise - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

6

base.js

@@ -72,3 +72,4 @@ var TweenMax = require('gsap')

function wrapCompletion (p, done, opts = {}) {
function wrapCompletion (p, done, opts) {
opts = opts || {}
p.onComplete = done

@@ -80,3 +81,4 @@ if (!opts || !opts.callThenOnKill) return;

function wrapTween (tween, resolve, opts = {}) {
function wrapTween (tween, resolve, opts) {
opts = opts || {}
if (!opts || !opts.callThenOnKill) return;

@@ -83,0 +85,0 @@ delete opts.callThenOnKill

{
"name": "@jam3/gsap-promise",
"version": "4.0.0",
"version": "4.0.1",
"description": "a Promise wrapper around gsap / twenelite",

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

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