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

@open-template-hub/hero

Package Overview
Dependencies
Maintainers
2
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@open-template-hub/hero - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

esm2020/lib/component/hero/hero.component.mjs

26

package.json
{
"name": "@open-template-hub/hero",
"description": "This library contains hero ui component for UI Templates on Open Template Hub",
"version": "0.0.1",
"version": "0.0.2",
"license": "MIT",

@@ -25,3 +25,23 @@ "peerDependencies": {

"hero"
]
}
],
"module": "fesm2015/open-template-hub-hero.mjs",
"es2020": "fesm2020/open-template-hub-hero.mjs",
"esm2020": "esm2020/open-template-hub-hero.mjs",
"fesm2020": "fesm2020/open-template-hub-hero.mjs",
"fesm2015": "fesm2015/open-template-hub-hero.mjs",
"typings": "open-template-hub-hero.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./open-template-hub-hero.d.ts",
"esm2020": "./esm2020/open-template-hub-hero.mjs",
"es2020": "./fesm2020/open-template-hub-hero.mjs",
"es2015": "./fesm2015/open-template-hub-hero.mjs",
"node": "./fesm2015/open-template-hub-hero.mjs",
"default": "./fesm2020/open-template-hub-hero.mjs"
}
},
"sideEffects": false
}
.browserslistrc
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