🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

react-native-animated-dots-carousel

Package Overview
Dependencies
Maintainers
0
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-animated-dots-carousel - npm Package Compare versions

Comparing version

to
2.0.1

20

package.json
{
"name": "react-native-animated-dots-carousel",
"version": "2.0.0",
"version": "2.0.1",
"description": "Package to configure your dots pagination carousel just like Instagram does",
"source": "src/index",
"main": "lib/commonjs/index",
"module": "lib/module/index",
"types": "lib/typescript/commonjs/src/index.d.ts",
"source": "src/index.tsx",
"main": "src/index.tsx",
"module": "src/index.tsx",
"types": "src/index.d.ts",
"exports": {
".": {
"import": {
"types": "./lib/typescript/module/src/index.d.ts",
"default": "./lib/module/index.js"
"types": "./src/index.d.ts",
"default": "./src/index.tsx"
},
"require": {
"types": "./lib/typescript/commonjs/src/index.d.ts",
"default": "./lib/commonjs/index.js"
"types": "./src/index.d.ts",
"default": "./src/index.tsx"
}

@@ -23,3 +23,2 @@ }

"src",
"lib",
"android",

@@ -46,3 +45,2 @@ "ios",

"clean": "del-cli lib",
"prepare": "bob build",
"release": "release-it"

@@ -49,0 +47,0 @@ },

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet