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

anim8js

Package Overview
Dependencies
Maintainers
1
Versions
14
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

anim8js - npm Package Compare versions

Comparing version 1.1.7 to 1.1.8

11

index.d.ts

@@ -1568,7 +1568,10 @@

export default function anim8<A, S> (subject: S): Animator<A, S>;
export default function anim8s<A, S> (subject: S[]): Animators<A, S>;
export default function m8<A, S> (subject: S): Animator<A, S>;
export default function m8s<A, S> (subject: S[]): Animators<A, S>;
export function anim8<A, S> (subject: S): Animator<A, S>;
export function anim8s<A, S> (subject: S | S[]): Animators<A, S>;
export function m8<A, S> (subject: S): Animator<A, S>;
export function m8s<A, S> (subject: S | S[]): Animators<A, S>;
export default function<A, S> (subject: S): Animator<A, S>;
export default function<A, S> (subject: S[]): Animators<A, S>;
}
{
"name": "anim8js",
"version": "1.1.7",
"version": "1.1.8",
"description": "anim8js - Anim8 Everything",

@@ -5,0 +5,0 @@ "main": "build/anim8js.js",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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