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

@fullstory/browser

Package Overview
Dependencies
Maintainers
2
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@fullstory/browser - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

6

package.json
{
"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 () => {

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