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

@deepgram-web/shared

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@deepgram-web/shared - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

assets/icons/ai-brain.svg

21

index.js

@@ -1,8 +0,13 @@

export { default as Header } from './Header.astro'
export { default as Footer } from './Footer.astro'
export { default as Icon } from './Icon.astro'
export { default as Svg } from './Svg.astro'
export { default as Link } from './Link.astro'
export { default as PrimarySection } from './Sections/PrimarySection.astro'
export { default as HasAside } from './SectionOptions/HasAside.astro'
export { default as HasGutters } from './SectionOptions/HasGutters.astro'
export { default as Navbar } from './components/Navbar/Navbar.astro'
export { default as Footer } from './components/Footer.astro'
export { default as Icon } from './components/Icon.astro'
export { default as Svg } from './components/Svg.astro'
export { default as Link } from './components/Link.astro'
export { default as PrimarySection } from './components/Sections/PrimarySection.astro'
export { default as HasAside } from './components/SectionOptions/HasAside.astro'
export { default as HasGutters } from './components/SectionOptions/HasGutters.astro'
// export {}
{
"name": "@deepgram-web/shared",
"description": "Shared components and code for Deepgram Astro sites",
"version": "0.0.3",
"version": "0.0.4",
"contributors": [

@@ -10,3 +10,2 @@ "Brian Barrow",

],
"type": "module",
"exports": "./index.js",

@@ -17,3 +16,7 @@ "keywords": [

],
"license": "MIT"
"license": "MIT",
"dependencies": {
"cheerio": "^1.0.0-rc.12",
"jsdom": "^21.1.0"
}
}
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