New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@arwes/text

Package Overview
Dependencies
Maintainers
0
Versions
30
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arwes/text - npm Package Compare versions

Comparing version 1.0.0-next.24080101 to 1.0.0-next.24082701

build/cjs/animateTextDecipher/animateTextDecipher.js

6

build/cjs/index.js

@@ -5,4 +5,4 @@ "use strict";

tslib_1.__exportStar(require("./types.js"), exports);
tslib_1.__exportStar(require("./transitionTextSequence/index.js"), exports);
tslib_1.__exportStar(require("./transitionTextDecipher/index.js"), exports);
tslib_1.__exportStar(require("./getTransitionTextDuration/index.js"), exports);
tslib_1.__exportStar(require("./animateTextSequence/index.js"), exports);
tslib_1.__exportStar(require("./animateTextDecipher/index.js"), exports);
tslib_1.__exportStar(require("./getAnimationTextDuration/index.js"), exports);
export * from './types.js';
export * from './transitionTextSequence/index.js';
export * from './transitionTextDecipher/index.js';
export * from './getTransitionTextDuration/index.js';
export * from './animateTextSequence/index.js';
export * from './animateTextDecipher/index.js';
export * from './getAnimationTextDuration/index.js';
export * from './types.js';
export * from './transitionTextSequence/index.js';
export * from './transitionTextDecipher/index.js';
export * from './getTransitionTextDuration/index.js';
export * from './animateTextSequence/index.js';
export * from './animateTextDecipher/index.js';
export * from './getAnimationTextDuration/index.js';
import type { Easing } from '@arwes/animated';
export type TextTransitionManager = 'sequence' | 'decipher';
export type TextTransitionProps = {
export type AnimateTextManager = 'sequence' | 'decipher';
export type AnimateTextProps = {
rootElement: HTMLElement;

@@ -5,0 +5,0 @@ contentElement: HTMLElement;

{
"name": "@arwes/text",
"version": "1.0.0-next.24080101",
"version": "1.0.0-next.24082701",
"publishConfig": {

@@ -43,4 +43,4 @@ "access": "public"

"dependencies": {
"@arwes/animated": "^1.0.0-next.24080101",
"@arwes/tools": "^1.0.0-next.24080101",
"@arwes/animated": "^1.0.0-next.24082701",
"@arwes/tools": "^1.0.0-next.24082701",
"tslib": "2"

@@ -54,3 +54,3 @@ },

},
"gitHead": "11d040d734a300d67c39d53ce91d72829640c89e"
"gitHead": "5e52d92f96afa347406c29f64ba1ae8c4089f096"
}
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