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
313
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 2.3.4-next.0 to 2.3.4

dist/@flopflip-types.cjs.js

18

package.json
{
"name": "@flopflip/types",
"version": "2.3.4-next.0+782acd2",
"version": "2.3.4",
"description": "Type definitions for flipflop",
"scripts": {},
"scripts": {
"prebuild": "rimraf dist/**",
"build": "cross-env npm run build:es && npm run build:cjs && npm run build:typings",
"build:typings": "cross-env tsc -p tsconfig.json --emitDeclarationOnly --declarationDir dist/typings",
"build:watch": "cross-env npm run build:es -- -w",
"build:es": "cross-env NODE_ENV=development rollup -c ../../rollup.config.js -f es -i index.ts -o dist/@flopflip-types.es.js",
"build:cjs": "cross-env NODE_ENV=development rollup -c ../../rollup.config.js -f cjs -i index.ts -o dist/@flopflip-types.cjs.js"
},
"files": [
"readme.md",
"dist/**"
],
"types": "dist/typings/index.d.ts",
"publishConfig": {

@@ -24,3 +36,3 @@ "access": "public"

],
"gitHead": "782acd2636ba0c6a2290b700338f72ec723bc2a9"
"gitHead": "1956940d0df375a4d223d5699ae71c1ed20decca"
}
index.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