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

@infinite-list/react-native

Package Overview
Dependencies
Maintainers
1
Versions
143
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@infinite-list/react-native - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

dist/index.d.ts

10

package.json
{
"name": "@infinite-list/react-native",
"version": "0.0.1",
"version": "0.0.2",
"main": "dist/index.js",
"publishConfig": {
"access": "public"
},
"module": "dist/index.mjs",
"types": "dist/index.d.ts",
"devDependencies": {

@@ -10,4 +16,4 @@ "rimraf": "~4.4.0"

"clean": "rimraf ./dist",
"compile": "tsc -p tsconfig.build.json"
"compile": "tsup"
}
}

2

src/index.ts

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

const fn = (count: number) => count++
const fn = (count: number) => count++;

@@ -8,5 +8,3 @@ {

"include": [
"src/**/*"
]
}
"include": ["src/**/*"]
}

@@ -7,2 +7,2 @@ {

}
}
}
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