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

cloak.animate

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cloak.animate - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

2

package.json
{
"name": "cloak.animate",
"version": "0.0.4",
"version": "0.0.5",
"description": "The Cloak.js module for animating views and controllers (using Velocity)",

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

@@ -55,7 +55,6 @@

//
// Add the animation shortcut methods (eg. fadeOut) to view and controller
// Add the animation shortcut methods (eg. fadeOut)
//
Object.keys(shortcuts).forEach(function(key) {
view[key] = shortcuts[key];
controller[key] = shortcuts[key];
Mixin[key] = shortcuts[key];
});
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