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

@coveo/atomic-hosted-page

Package Overview
Dependencies
Maintainers
16
Versions
1300
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coveo/atomic-hosted-page - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

15

package.json
{
"name": "@coveo/atomic-hosted-page",
"description": "Web Component used to inject a Coveo Hosted Search Page in the DOM.",
"version": "0.1.0",
"version": "0.1.1",
"repository": {

@@ -26,10 +26,13 @@ "type": "git",

"build:stencil": "node --max_old_space_size=6144 ../../node_modules/@stencil/core/bin/stencil build",
"start": "npm run build:stencil -- --dev --watch --serve",
"cypress:open": "cypress open",
"cypress:test": "cypress run --browser chrome",
"dev": "npm run build:stencil -- --dev --watch --serve",
"e2e:watch": "cypress open",
"e2e": "cypress run --browser chrome",
"validate:definitions": "tsc --noEmit --esModuleInterop --skipLibCheck ./dist/types/components.d.ts",
"npm:publish": "node ../../scripts/deploy/publish.mjs"
"publish:npm:release": "node ../../scripts/deploy/publish.mjs release",
"publish:npm:prerelease": "node ../../scripts/deploy/publish.mjs prerelease",
"promote:npm:beta": "node ../../scripts/deploy/update-npm-tag.mjs beta",
"promote:npm:latest": "node ../../scripts/deploy/update-npm-tag.mjs latest"
},
"dependencies": {
"@coveo/bueno": "0.43.0",
"@coveo/bueno": "0.43.1",
"@stencil/core": "2.17.3"

@@ -36,0 +39,0 @@ },

6

README.md

@@ -12,3 +12,3 @@ # Atomic Hosted Page

```bash
npm start
npm run dev
```

@@ -33,3 +33,3 @@

```sh
npm run cypress:open
npm run e2e:watch
```

@@ -40,3 +40,3 @@

```sh
npm run cypress:test
npm run e2e
```
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