Socket
Socket
Sign inDemoInstall

@segment/snippet

Package Overview
Dependencies
3
Maintainers
299
Versions
31
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 5.0.0 to 5.0.1

2

dist/max.template.js

@@ -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.16.2\';\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 = \'5.0.1\';\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.16.2";\n' +
';analytics.SNIPPET_VERSION="5.0.1";\n' +
((__t = ( settings.load )) == null ? '' : __t) +

@@ -14,0 +14,0 @@ '\n' +

{
"name": "@segment/snippet",
"author": "Segment.io <friends@segment.com>",
"version": "5.0.0",
"version": "5.0.1",
"repository": "git://github.com/segmentio/snippet.git",

@@ -10,2 +10,7 @@ "description": "Templating methods for rendering the analytics.js snippet.",

"typings": "./types.d.ts",
"files": [
"dist/",
"lib/",
"types.d.ts"
],
"scripts": {

@@ -12,0 +17,0 @@ "build": "rm -rf ./dist && make build",

@@ -70,7 +70,7 @@ # snippet

```
git co master
make build
git co master && git pull --ff-only
npm version <patch|minor|major>
git push --follow-tags
make build
npm publish
```
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc