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

@infinite-list/benchmark

Package Overview
Dependencies
Maintainers
0
Versions
149
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@infinite-list/benchmark - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

6

CHANGELOG.md
# @infinite-list/benchmark
## 1.1.0
### Minor Changes
- e2d82ce: feat: support basic List and MasonryList
## 1.0.0

@@ -4,0 +10,0 @@

2

package.json
{
"name": "@infinite-list/benchmark",
"version": "1.0.0",
"version": "1.1.0",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

{
"extends": "../../tsconfig.build.json",
"compilerOptions": {
"outDir": "./dist",
"esModuleInterop": true
"baseUrl": ".",
"types": [
"node",
],
"removeComments": true,
"composite": true,
"declaration": true,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react-native",
"lib": [
"esnext",
"dom"
],
"module": "ESnext",
"moduleResolution": "node",
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"noImplicitUseStrict": false,
"noStrictGenericChecks": false,
"resolveJsonModule": true,
"skipLibCheck": true,
"target": "esnext",
"allowJs": true,
},

@@ -7,0 +31,0 @@

{
"extends": "../../tsconfig.json",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"types": ["node"],
"typeRoots": ["./node_modules/@types"],
"removeComments": true,
"allowUnreachableCode": false,
"allowUnusedLabels": false,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"jsx": "react",
"esModuleInterop": true
"noFallthroughCasesInSwitch": true,
"noImplicitReturns": true,
"noImplicitUseStrict": false,
"noStrictGenericChecks": false,
"resolveJsonModule": true,
"allowJs": true
}
}
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