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

@elastic.io/component-build-helper

Package Overview
Dependencies
Maintainers
10
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.3 to 0.0.4

3

dist/src/cli.js

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

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

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

{
"name": "@elastic.io/component-build-helper",
"version": "0.0.3",
"version": "0.0.4",
"description": "Helpers for the component build process",

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

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

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

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

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