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

@flatfile/blueprint

Package Overview
Dependencies
Maintainers
27
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flatfile/blueprint - npm Package Compare versions

Comparing version 0.0.12 to 0.0.13

./dist/index.js

16

package.json
{
"name": "@flatfile/blueprint",
"version": "0.0.12",
"version": "0.0.13",
"description": "The universal DDL for defining data structures across Flatfile.",

@@ -17,8 +17,2 @@ "main": "./dist/index.js",

},
"scripts": {
"generate": "pnpm dlx openapi-typescript-codegen --input ./properties.yaml --output src --exportCore=0 --exportServices=0 --useUnionTypes --indent=2",
"build": "pnpm run generate && tsup",
"dev": "pnpm run build",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
},
"tsup": {

@@ -37,3 +31,9 @@ "entry": [

"access": "public"
},
"scripts": {
"generate": "pnpm dlx openapi-typescript-codegen --input ./properties.yaml --output src --exportCore=0 --exportServices=0 --useUnionTypes --indent=2",
"build": "pnpm run generate && tsup",
"dev": "pnpm run build",
"clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist"
}
}
}
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