@segment/snippet
Advanced tools
Comparing version 4.15.1 to 4.15.2
@@ -11,3 +11,3 @@ module.exports=function(settings) { | ||
((__t = ( settings.optionalCDN )) == null ? '' : __t) + | ||
'\n\n // Add a version to keep track of what\'s in the wild.\n analytics.SNIPPET_VERSION = \'4.15.1\';\n\n // Load Analytics.js with your key, which will automatically\n // load the tools you\'ve enabled for your account. Boosh!\n ' + | ||
'\n\n // Add a version to keep track of what\'s in the wild.\n analytics.SNIPPET_VERSION = \'4.15.2\';\n\n // Load Analytics.js with your key, which will automatically\n // load the tools you\'ve enabled for your account. Boosh!\n ' + | ||
((__t = ( settings.load )) == null ? '' : __t) + | ||
@@ -14,0 +14,0 @@ '\n\n // Make the first page call to load the integrations. If\n // you\'d like to manually name or tag the page, edit or\n // move this call however you\'d like.\n ' + |
@@ -11,3 +11,3 @@ module.exports=function(settings) { | ||
((__t = ( settings.optionalCDN )) == null ? '' : __t) + | ||
';analytics.SNIPPET_VERSION="4.15.1";\n' + | ||
';analytics.SNIPPET_VERSION="4.15.2";\n' + | ||
((__t = ( settings.load )) == null ? '' : __t) + | ||
@@ -14,0 +14,0 @@ '\n' + |
{ | ||
"name": "@segment/snippet", | ||
"author": "Segment.io <friends@segment.com>", | ||
"version": "4.15.1", | ||
"version": "4.15.2", | ||
"repository": "git://github.com/segmentio/snippet.git", | ||
@@ -6,0 +6,0 @@ "description": "Templating methods for rendering the analytics.js snippet.", |
@@ -34,2 +34,7 @@ declare module '@segment/snippet' { | ||
load?: boolean | LoadOptions | ||
/** | ||
* If useHostForBundles is set, the snippet will include the `_cdn` property | ||
* to tell Analytics JS where to fetch bundles from. | ||
*/ | ||
useHostForBundles?: boolean | ||
} | ||
@@ -36,0 +41,0 @@ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
27172
437