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

framer-motion-ticker

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

framer-motion-ticker - npm Package Compare versions

Comparing version 1.0.16 to 1.0.17

8

dist/index.d.ts

@@ -1,1 +0,7 @@

export { Ticker as default } from './ticker';
import React from 'react';
type TickerProps = {
children: JSX.Element[];
duration?: number;
};
declare const Ticker: React.FunctionComponent<TickerProps>;
export default Ticker;

5

dist/index.js
"use strict";
exports.__esModule = true;
exports.Ticker = void 0;
exports["default"] = void 0;
var _react = _interopRequireDefault(require("react"));

@@ -77,2 +77,3 @@ var _framerMotion = require("framer-motion");

};
exports.Ticker = Ticker;
var _default = Ticker;
exports["default"] = _default;
{
"name": "framer-motion-ticker",
"version": "1.0.16",
"version": "1.0.17",
"description": "A React component that acts like a ticker, or marquee.",

@@ -18,3 +18,3 @@ "author": "Andres Movilla <amovilla1103@gmail.com>",

"start": "nodemon --watch . --exec npm run build -e ts,tsx",
"build": "npm run build:esm & npm run build:cjs & npm run build:types",
"build": "npm run build:esm && npm run build:cjs && npm run build:types",
"build:esm": "cross-env BABEL_ENV=esm babel src --extensions .tsx -o dist/index.mjs",

@@ -21,0 +21,0 @@ "build:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .tsx -o dist/index.js",

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