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

dom-flip

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dom-flip - npm Package Compare versions

Comparing version 0.4.1 to 0.4.2

2

dist/element.js

@@ -13,2 +13,4 @@ /**

* @see https://youtu.be/cCOL7MC4Pl0?t=1394
* @see https://bugs.webkit.org/show_bug.cgi?id=177484
* @see https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/15469349/
*/

@@ -15,0 +17,0 @@ const batchCallback = (navigator.vendor.indexOf('Apple') !== -1 || navigator.userAgent.indexOf('Edge') !== -1)

8

package.json
{
"name": "dom-flip",
"version": "0.4.1",
"version": "0.4.2",
"description": "Smooth position animation for web components",

@@ -23,7 +23,9 @@ "main": "dist/dom-flip.js",

},
"dependencies": {},
"devDependencies": {
"tslint": "^5.9.1",
"typescript": "^2.6.2"
}
},
"files": [
"dist/*.{js,d.ts,js.map}"
]
}

@@ -9,2 +9,4 @@ # \<dom-flip\>

[Demo](https://neolegends.github.io/dom-flip/)
This element is an implementation of the [FLIP-technique](https://aerotwist.com/blog/flip-your-animations/) for arbitrary elements. Simply place it around the elements you indend to reorder and they will smoothly slide over the screen when moved.

@@ -11,0 +13,0 @@

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