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

@bolt/analytics-autolink

Package Overview
Dependencies
Maintainers
5
Versions
371
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@bolt/analytics-autolink - npm Package Compare versions

Comparing version 2.28.1-canary.13638.5.0 to 2.28.1-canary.13668.5.0

6

__tests__/autolink.test.js

@@ -52,3 +52,3 @@ import { renderWC } from '../../../testing/testing-helpers';

btn.textContent = 'External URL - Shadow DOM Test';
btn.setAttribute('url', 'https://www.brightcove.com');
btn.setAttribute('url', 'https://www.boltdesignsystem.com');
document.body.appendChild(btn);

@@ -77,3 +77,3 @@ });

const btn = document.querySelector('bolt-button');
btn.setAttribute('url', 'https://www.brightcove.com');
btn.setAttribute('url', 'https://www.boltdesignsystem.com');
btn.setAttribute('color', 'secondary');

@@ -87,3 +87,3 @@ return document.body.innerHTML;

expect(currentUrl).toContain('_ga');
expect(currentUrl).toContain('brightcove.com');
expect(currentUrl).toContain('boltdesignsystem.com');
}, 5000);

@@ -90,0 +90,0 @@

window.bolt = window.bolt || {};
window.bolt.autolink = {
domains: ['google.com', 'brightcove.com'],
domains: ['google.com', 'boltdesignsystem.com'],
};

@@ -5,0 +5,0 @@

@@ -6,3 +6,3 @@ # Change Log

## [2.28.1-canary.13638.5.0](https://github.com/boltdesignsystem/bolt/compare/v2.28.0...v2.28.1-canary.13638.5.0) (2020-10-23)
## [2.28.1-canary.13668.5.0](https://github.com/boltdesignsystem/bolt/compare/v2.28.0...v2.28.1-canary.13668.5.0) (2020-10-28)

@@ -9,0 +9,0 @@ **Note:** Version bump only for package @bolt/analytics-autolink

{
"name": "@bolt/analytics-autolink",
"version": "2.28.1-canary.13638.5.0",
"version": "2.28.1-canary.13668.5.0",
"description": "Adds Google Analytics tracking support to the Bolt Design System.",

@@ -19,3 +19,3 @@ "keywords": [

},
"gitHead": "565610f88bfecc3b0503af517c487dbc73d1c173"
"gitHead": "f25856c2fe308821f29bd75c43d211015bf2d892"
}
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