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

@proyecto26/animatable-component

Package Overview
Dependencies
Maintainers
1
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@proyecto26/animatable-component - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

dist/animatable-component/animatable-component.js

7

dist/animatable-component/animatable-component.esm.js

@@ -1,6 +0,1 @@

import { p as patchBrowser, g as globals, b as bootstrapLazy } from './core-a3674212.js';
patchBrowser().then(options => {
globals();
return bootstrapLazy([["animatable-component",[[4,"animatable-component",{"keyFrames":[1040],"options":[1040],"animateId":[1,"animate-id"],"delay":[2],"endDelay":[2,"end-delay"],"duration":[2],"direction":[1],"composite":[1],"easing":[1],"fill":[1],"iterations":[2],"iterationStart":[2,"iteration-start"],"iterationComposite":[1,"iteration-composite"],"autoPlay":[4,"auto-play"],"currentTime":[2,"current-time"],"startTime":[2,"start-time"],"playbackRate":[2,"playback-rate"],"getCurrentTime":[64],"getStartTime":[64],"getPending":[64],"getPlaybackRate":[64],"getPlayState":[64],"cancel":[64],"finish":[64],"pause":[64],"play":[64],"reverse":[64]}]]]], options);
});
import{p as t,b as e}from"./p-26c8340a.js";t().then(t=>e([["p-nvpymj07",[[4,"animatable-component",{keyFrames:[1040],options:[1040],animateId:[1,"animate-id"],delay:[2],endDelay:[2,"end-delay"],duration:[2],direction:[1],composite:[1],easing:[1],fill:[1],iterations:[2],iterationStart:[2,"iteration-start"],iterationComposite:[1,"iteration-composite"],autoPlay:[4,"auto-play"],currentTime:[2,"current-time"],startTime:[2,"start-time"],playbackRate:[2,"playback-rate"],getCurrentTime:[64],getStartTime:[64],getPending:[64],getPlaybackRate:[64],getPlayState:[64],cancel:[64],finish:[64],pause:[64],play:[64],reverse:[64]}]]]],t));

@@ -1,9 +0,1 @@

import { h } from './core-a3674212.js';
function createAnimatableComponent(WrappedComponent) {
return (props) => (h("animatable-component", Object.assign({}, props),
h(WrappedComponent, Object.assign({}, props))));
}
;
export { createAnimatableComponent };
import{h as t}from"./p-26c8340a.js";function e(e){return n=>t("animatable-component",Object.assign({},n),t(e,Object.assign({},n)))}export{e as createAnimatableComponent};
{
"name": "@proyecto26/animatable-component",
"version": "0.0.3",
"version": "0.0.4",
"description": "A WebComponent to use Web Animations API in a declarative way! 💅",

@@ -5,0 +5,0 @@ "private": false,

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