@fullstory/browser
Advanced tools
Comparing version 1.1.0 to 1.2.0
@@ -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; |
{ | ||
"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": { |
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
18202
10
422