New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@goldstack/utils-package

Package Overview
Dependencies
Maintainers
1
Versions
108
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@goldstack/utils-package - npm Package Compare versions

Comparing version 0.1.7 to 0.1.8

3

dist/utilsPackage.d.ts
import { Package } from './generated/packageSchema';
export { Package } from './generated/packageSchema';
export { Package, Configuration } from './generated/packageSchema';
export declare const getPackageConfigSchema: () => object;
export declare const readPackageConfig: (path?: string) => Package;
//# sourceMappingURL=utilsPackage.d.ts.map

@@ -6,6 +6,9 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.readPackageConfig = void 0;
exports.readPackageConfig = exports.getPackageConfigSchema = void 0;
var utils_config_1 = require("@goldstack/utils-config");
var packageSchema_json_1 = __importDefault(require("./schemas/packageSchema.json"));
var utils_sh_1 = require("@goldstack/utils-sh");
exports.getPackageConfigSchema = function () {
return packageSchema_json_1.default;
};
exports.readPackageConfig = function (path) {

@@ -12,0 +15,0 @@ if (path === void 0) { path = 'goldstack.json'; }

{
"name": "@goldstack/utils-package",
"version": "0.1.7",
"version": "0.1.8",
"description": "Utilities to work with Goldstack package configurations.",

@@ -23,7 +23,7 @@ "license": "MIT",

"dependencies": {
"@goldstack/utils-config": "0.1.8",
"@goldstack/utils-sh": "0.1.8"
"@goldstack/utils-config": "0.1.9",
"@goldstack/utils-sh": "0.1.9"
},
"devDependencies": {
"@goldstack/utils-json-to-ts": "0.1.7",
"@goldstack/utils-json-to-ts": "0.1.8",
"@types/jest": "^25.2.3",

@@ -30,0 +30,0 @@ "@types/node": "^14.0.6",

Sorry, the diff of this file is not supported yet

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