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

@flopflip/types

Package Overview
Dependencies
Maintainers
1
Versions
322
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flopflip/types - npm Package Compare versions

Comparing version 0.0.0-canary-20250210194120 to 0.0.0-canary-20250212203531

dist/index.cjs

33

package.json
{
"name": "@flopflip/types",
"version": "0.0.0-canary-20250210194120",
"version": "0.0.0-canary-20250212203531",
"description": "Type definitions for flipflop",
"main": "dist/flopflip-types.cjs.js",
"module": "dist/flopflip-types.esm.js",
"types": "dist/flopflip-types.cjs.d.ts",
"sideEffects": false,
"type": "module",
"exports": {
".": {
"import": "./dist/index.js",
"require": "./dist/index.cjs"
}
},
"main": "./dist/index.js",
"typesVersions": {
"*": {
".": [
"dist/*.d.ts",
"dist/*.d.cts"
]
}
},
"files": [

@@ -36,7 +50,16 @@ "readme.md",

"@types/react": "18.3.18",
"typescript": "5.7.3"
"tsup": "8.3.6",
"typescript": "5.7.3",
"@flopflip/tsconfig": "0.0.0-canary-20250212203531"
},
"peerDependencies": {
"typescript": "4.x || 5.x"
},
"scripts": {
"build": "rimraf dist && tsup",
"check-types": "tsc --noEmit",
"test": "exit 0",
"test:watch": "exit 0",
"dev": "tsup --watch --clean=false"
}
}
dist/flopflip-types.cjs.d.ts
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