New:Socket for Asana Is Now Available.Learn more
Get Started

@posthog/core

Package Overview
Dependencies
Maintainers
21
Versions
183
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@posthog/core - npm Package Compare versions

Comparing version
1.49.0
to
1.49.1
+1
-1
dist/utils/bot-detection.d.ts.map

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

{"version":3,"file":"bot-detection.d.ts","sourceRoot":"","sources":["../../src/utils/bot-detection.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,uBAAuB,UA+FnC,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,WAAW,GAAa,IAAI,MAAM,GAAG,SAAS,EAAE,0BAAyB,MAAM,EAAO,KAAG,OAWrG,CAAA"}
{"version":3,"file":"bot-detection.d.ts","sourceRoot":"","sources":["../../src/utils/bot-detection.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,uBAAuB,UAmGnC,CAAA;AAED;;GAEG;AACH,eAAO,MAAM,WAAW,GAAa,IAAI,MAAM,GAAG,SAAS,EAAE,0BAAyB,MAAM,EAAO,KAAG,OAWrG,CAAA"}

@@ -57,3 +57,3 @@ "use strict";

'petalbot',
'pinterest',
'pinterestbot',
'prerender',

@@ -60,0 +60,0 @@ 'rogerbot',

@@ -28,3 +28,3 @@ const DEFAULT_BLOCKED_UA_STRS = [

'petalbot',
'pinterest',
'pinterestbot',
'prerender',

@@ -31,0 +31,0 @@ 'rogerbot',

{
"name": "@posthog/core",
"version": "1.49.0",
"version": "1.49.1",
"bugs": {

@@ -5,0 +5,0 @@ "url": "https://github.com/PostHog/posthog-js/issues"

@@ -31,3 +31,7 @@ // List of blocked user agent strings that identify bots

'petalbot',
'pinterest',
// not the bare 'pinterest' -- that also matches the Pinterest app's own in-app
// browser UA (e.g. "...Mobile/15D100 [Pinterest/iOS]"), which is a real user,
// not the crawler. The crawler's other UA variant ("...pinterest.com/bot.html")
// is still covered by the generic 'bot.htm' entry below.
'pinterestbot',
'prerender',

@@ -34,0 +38,0 @@ 'rogerbot',