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

finops-andrew-sdk

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

finops-andrew-sdk - npm Package Compare versions

Comparing version 0.2.3 to 0.3.0

readme.md

16

index.js

@@ -10,7 +10,11 @@ var SDK = require('./dist')

// client.createProduct({product:{}}, callback)
// client.createUsage({}, callback)
client.registerUsageOfProduct({productName:'testy',usage:{name: 'A usage'}}, callback)
client.registerUsageOfProduct({
productName:'testy',
usage:{
name: 123,
metadata: {
"Key": "Value",
"Key2": "Value2"
}
}
}, callback)
{
"name": "finops-andrew-sdk",
"version": "0.2.3",
"version": "0.3.0",
"main": "dist/index.js",

@@ -5,0 +5,0 @@ "types": "dist/index.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