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.12 to 1.0.13

.eslintrc

2

index.ts

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

export default './src/ticker';
export * from './src';
{
"name": "framer-motion-ticker",
"version": "1.0.12",
"version": "1.0.13",
"description": "A React component that acts like a ticker, or marquee.",

@@ -19,5 +19,5 @@ "author": "Andres Movilla <amovilla1103@gmail.com>",

"build": "npm run build:esm & npm run build:cjs & npm run build:types",
"build:esm": "cross-env BABEL_ENV=esm babel src --extensions .tsx -d dist/esm",
"build:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .tsx -d dist/cjs",
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist/types",
"build:esm": "cross-env BABEL_ENV=esm babel src --extensions .tsx -o dist/index.mjs",
"build:cjs": "cross-env BABEL_ENV=cjs babel src --root-mode upward --extensions .tsx -o dist/index.js",
"build:types": "tsc --emitDeclarationOnly --declaration --declarationDir dist",
"pub": "npm run build && npm publish"

@@ -53,6 +53,6 @@ },

".": {
"types": "./dist/types/ticker.d.ts",
"require": "./dist/cjs/ticker.js",
"import": "./dist/esm/ticker.js",
"default": "./dist/cjs/ticker.js"
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"import": "./dist/index.mjs",
"default": "./dist/index.js"
},

@@ -64,6 +64,6 @@ "./package.json": "./package.json"

},
"main": "dist/cjs/ticker.js",
"module": "dist/esm/ticker.js",
"types": "dist/types/ticker.d.ts",
"typings": "dist/types/ticker.d.ts",
"main": "dist/index.js",
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"typings": "dist/index.d.ts",
"keywords": [

@@ -70,0 +70,0 @@ "framer",

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