Socket
Socket
Sign inDemoInstall

@motionone/dom

Package Overview
Dependencies
Maintainers
1
Versions
54
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@motionone/dom - npm Package Compare versions

Comparing version 10.5.0-alpha.1 to 10.5.0-alpha.2

dist/animate/animate-style.cjs.js

25

dist/index.cjs.js

@@ -5,9 +5,22 @@ 'use strict';

var tslib = require('tslib');
var index = require('./animate/index.cjs.js');
var animateStyle = require('./animate/animate-style.cjs.js');
var index$1 = require('./timeline/index.cjs.js');
var stagger = require('./utils/stagger.cjs.js');
var index$2 = require('./js/easing/spring/index.cjs.js');
var index$3 = require('./js/easing/glide/index.cjs.js');
var index$4 = require('./state/index.cjs.js');
var styleObject = require('./animate/utils/style-object.cjs.js');
var styleString = require('./animate/utils/style-string.cjs.js');
function animate(_a) {
var props = tslib.__rest(_a, []);
console.log(props);
}
exports.animate = animate;
exports.animate = index.animate;
exports.animateStyle = animateStyle.animateStyle;
exports.timeline = index$1.timeline;
exports.stagger = stagger.stagger;
exports.spring = index$2.spring;
exports.glide = index$3.glide;
exports.createMotionState = index$4.createMotionState;
exports.createStyles = styleObject.createStyles;
exports.createStyleString = styleString.createStyleString;

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

import { __rest } from 'tslib';
function animate(_a) {
var props = __rest(_a, []);
console.log(props);
}
export { animate };
export { animate } from './animate/index.es.js';
export { animateStyle } from './animate/animate-style.es.js';
export { timeline } from './timeline/index.es.js';
export { stagger } from './utils/stagger.es.js';
export { spring } from './js/easing/spring/index.es.js';
export { glide } from './js/easing/glide/index.es.js';
export { createMotionState } from './state/index.es.js';
export { createStyles } from './animate/utils/style-object.es.js';
export { createStyleString } from './animate/utils/style-string.es.js';

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

import { __rest } from "tslib";
export function animate(_a) {
var props = __rest(_a, []);
console.log(props);
}
export { animate } from "./animate/index";
export { animateStyle } from "./animate/animate-style";
export { timeline } from "./timeline/index";
export { stagger } from "./utils/stagger";
export { spring } from "./js/easing/spring/index";
export { glide } from "./js/easing/glide/index";
export { createMotionState } from "./state/index";
export { createStyles } from "./animate/utils/style-object";
export { createStyleString } from "./animate/utils/style-string";
export * from "./state/types";
export * from "./animate/types";
//# sourceMappingURL=index.js.map
{
"name": "@motionone/dom",
"version": "10.5.0-alpha.1",
"version": "10.5.0-alpha.2",
"description": "A tiny, performant animation library for the DOM",

@@ -11,7 +11,14 @@ "author": "Matt Perry",

"scripts": {
"build": "rm -rf lib dist types && tsc -p . && rollup -c"
"build": "rm -rf lib dist types && tsc -p . && rollup -c",
"test": "jest --coverage --config jest.config.js"
},
"dependencies": {
"hey-listen": "^1.0.8",
"tslib": "^2.3.1"
}
},
"devDependencies": {
"@testing-library/dom": "^8.11.1",
"@testing-library/jest-dom": "^5.16.1"
},
"gitHead": "46d57e4886dadbbc26c36f278ff09b2271b890b3"
}

@@ -1,2 +0,12 @@

export declare function animate({ ...props }: any): void;
export { animate } from "./animate/index";
export { animateStyle } from "./animate/animate-style";
export { timeline } from "./timeline/index";
export { stagger } from "./utils/stagger";
export { spring } from "./js/easing/spring/index";
export { glide } from "./js/easing/glide/index";
export { createMotionState } from "./state/index";
export { createStyles } from "./animate/utils/style-object";
export { createStyleString } from "./animate/utils/style-string";
export * from "./state/types";
export * from "./animate/types";
//# sourceMappingURL=index.d.ts.map

Sorry, the diff of this file is not supported yet

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