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

@elastic.io/component-build-helper

Package Overview
Dependencies
Maintainers
9
Versions
36
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@elastic.io/component-build-helper - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

3

dist/src/cli.js

@@ -14,3 +14,4 @@ #!/usr/bin/env node

};
await (0, metaloader_1.validateComponentJSON)(getFileFunction);
const componentJson = await (0, metaloader_1.validateComponentJSON)(getFileFunction);
console.log(JSON.stringify(componentJson));
}

@@ -17,0 +18,0 @@ ;

@@ -30,2 +30,5 @@ export interface Field {

useOAuthClient: boolean;
icon: string;
sailor_version?: string;
service?: string;
}
{
"name": "@elastic.io/component-build-helper",
"version": "0.0.1",
"version": "0.0.2",
"description": "Helpers for the component build process",

@@ -5,0 +5,0 @@ "main": "dist/src/index.js",

@@ -15,3 +15,4 @@ #!/usr/bin/env node

};
await validateComponentJSON(getFileFunction);
const componentJson = await validateComponentJSON(getFileFunction);
console.log(JSON.stringify(componentJson));
};

@@ -18,0 +19,0 @@

@@ -28,2 +28,6 @@ export interface Field {

useOAuthClient: boolean;
icon: string;
// eslint-disable-next-line camelcase
sailor_version?: string;
service?: string;
}

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