@fullstory/browser
Advanced tools
Comparing version 2.0.1 to 2.0.2
{ | ||
"name": "@fullstory/browser", | ||
"version": "2.0.1", | ||
"version": "2.0.2", | ||
"description": "The official FullStory browser SDK", | ||
@@ -29,3 +29,3 @@ "repository": "git://github.com/fullstorydev/fullstory-browser-sdk.git", | ||
"dependencies": { | ||
"@fullstory/snippet": "2.0.1" | ||
"@fullstory/snippet": "2.0.2" | ||
}, | ||
@@ -49,3 +49,3 @@ "devDependencies": { | ||
"eslint-plugin-react": "^7.28.0", | ||
"karma": "^6.1.1", | ||
"karma": "^6.4.2", | ||
"karma-chai": "^0.1.0", | ||
@@ -52,0 +52,0 @@ "karma-chrome-launcher": "^3.1.0", |
@@ -183,2 +183,33 @@ import { assert, expect } from 'chai'; | ||
it('allows the optional "source" param', () => { | ||
init({ orgId: testOrg }); | ||
FS('setProperties', { | ||
type: 'user', | ||
properties: { | ||
a: 'a', | ||
b: 'b', | ||
c: 'c' | ||
} | ||
}, 'segment-browser-actions'); | ||
FS.setUserVars({ | ||
a: 'a', | ||
b: 'b', | ||
c: 'c' | ||
}, 'segment-browser-actions'); | ||
FS.setVars('page', { | ||
a: 'a', | ||
b: 'b', | ||
c: 'c' | ||
}, 'segment-browser-actions'); | ||
FS.event('Segment Event', { | ||
a: 'a', | ||
b: 'b', | ||
c: 'c' | ||
}, 'segment-browser-actions'); | ||
}); | ||
// NOTE: don't run this test, it will hang since fs.js isn't really running. It's only for typescript safety checks. | ||
@@ -185,0 +216,0 @@ xit('provides type assistance for the async api', async () => { |
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
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
41471
741
+ Added@fullstory/snippet@2.0.2(transitive)
- Removed@fullstory/snippet@2.0.1(transitive)
Updated@fullstory/snippet@2.0.2