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

swagger-to-flowtype

Package Overview
Dependencies
Maintainers
1
Versions
23
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

swagger-to-flowtype - npm Package Compare versions

Comparing version 0.2.7 to 0.2.8

9

package.json
{
"name": "swagger-to-flowtype",
"version": "0.2.7",
"version": "0.2.8",
"description": "Command line tool for generating flow types from swagger",
"main": "./dist/index.js",
"scripts": {
"init": "mkdir dist",
"clean": "rm -rf dist",
"init": "mkdirp dist",
"clean": "rimraf dist",
"test": "jest",

@@ -55,3 +55,4 @@ "test:watch": "jest --watch",

"flow-bin": "^0.48.0",
"jest": "^20.0.4"
"jest": "^20.0.4",
"rimraf": "^2.6.2"
},

@@ -58,0 +59,0 @@ "jest": {

Sorry, the diff of this file is not supported yet

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