Socket
Socket
Sign inDemoInstall

vega-typings

Package Overview
Dependencies
Maintainers
4
Versions
131
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vega-typings - npm Package Compare versions

Comparing version 0.24.2 to 1.0.0

LICENSE

11

package.json
{
"name": "vega-typings",
"version": "0.24.2",
"version": "1.0.0",
"description": "Typings for Vega.",

@@ -24,8 +24,9 @@ "types": "types",

"vega-event-selector": "^3.0.1",
"vega-expression": "^5.0.1",
"vega-util": "^1.17.1"
"vega-expression": "^5.1.0",
"vega-util": "^1.17.2"
},
"devDependencies": {
"ts-json-schema-generator": "^1.2.0"
}
"ts-json-schema-generator": "^1.4.0"
},
"gitHead": "3580b28ec9b89d0a042707c168080931e7745fb3"
}

@@ -13,2 +13,2 @@ #!/usr/bin/env node

const dataflowStr = JSON.stringify(dataflow);
fs.appendFileSync(outputPath, dataflowStr + ';');
fs.appendFileSync(outputPath, dataflowStr + ';\n');
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