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 1.1.0 to 1.2.0

CHANGELOG.md

15

dist/index.js

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

'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var snippet = function snippet(_ref) {

@@ -168,2 +172,11 @@ var orgId = _ref.orgId,

export { anonymize, consent, event, getCurrentSessionURL, identify, init, log, restart, setUserVars, shutdown };
exports.anonymize = anonymize;
exports.consent = consent;
exports.event = event;
exports.getCurrentSessionURL = getCurrentSessionURL;
exports.identify = identify;
exports.init = init;
exports.log = log;
exports.restart = restart;
exports.setUserVars = setUserVars;
exports.shutdown = shutdown;

4

package.json
{
"name": "@fullstory/browser",
"version": "1.1.0",
"version": "1.2.0",
"description": "The official FullStory browser SDK",

@@ -10,3 +10,3 @@ "repository": "git://github.com/fullstorydev/fullstory-browser-sdk.git",

"main": "./dist/index.js",
"module": "./dist/index.js",
"module": "./dist/index.esm.js",
"types": "./dist/index.d.ts",

@@ -13,0 +13,0 @@ "scripts": {

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