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

@dotcom-tool-kit/types

Package Overview
Dependencies
Maintainers
2
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dotcom-tool-kit/types - npm Package Compare versions

Comparing version 1.0.0-beta.33 to 1.0.0

2

lib/schema/heroku.d.ts

@@ -6,2 +6,3 @@ import { SchemaOutput } from '../schema';

readonly vaultApp: "string?";
readonly systemCode: "string?";
};

@@ -13,3 +14,4 @@ export declare type HerokuOptions = SchemaOutput<typeof HerokuSchema>;

readonly vaultApp: "string?";
readonly systemCode: "string?";
};
//# sourceMappingURL=heroku.d.ts.map

3

lib/schema/heroku.js

@@ -7,4 +7,5 @@ "use strict";

vaultTeam: 'string?',
vaultApp: 'string?'
vaultApp: 'string?',
systemCode: 'string?'
};
exports.Schema = exports.HerokuSchema;
{
"name": "@dotcom-tool-kit/types",
"version": "1.0.0-beta.33",
"version": "1.0.0",
"description": "",

@@ -5,0 +5,0 @@ "main": "lib",

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