New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

amplitude-js

Package Overview
Dependencies
Maintainers
2
Versions
113
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amplitude-js - npm Package Compare versions

Comparing version 4.6.0-beta.1 to 4.6.0-beta.2

amplitude.nocompat.js

6

CHANGELOG.md

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

### 4.6.0 (December 7, 2018)
* Add support for unsetting utm params when a new session is created
* Update dependencies to pass yarn audit
* Bugfix: Allow logLevel to be set to disabled.
### 4.5.2 (November 10, 2018)

@@ -2,0 +8,0 @@

4

package.json
{
"name": "amplitude-js",
"author": "Amplitude <support@amplitude.com>",
"version": "4.6.0-beta.1",
"version": "4.6.0-beta.2",
"license": "MIT",

@@ -15,3 +15,2 @@ "description": "Javascript library for Amplitude Analytics",

"blueimp-md5": "^2.10.0",
"jshint": "^2.9.6",
"json3": "^3.3.2",

@@ -30,2 +29,3 @@ "lodash": "^4.17.4",

"jsdoc": "3.4.0",
"jshint": "^2.9.6",
"karma": "^3.1.3",

@@ -32,0 +32,0 @@ "karma-chai": "^0.1.0",

/* jshint expr:true */
import 'json3';
import Amplitude from './amplitude';

@@ -4,0 +3,0 @@

@@ -14,3 +14,5 @@ import constants from './constants';

const setLogLevel = function setLogLevel(logLevelName) {
logLevel = logLevels[logLevelName] || logLevel;
if (logLevels.hasOwnProperty(logLevelName)) {
logLevel = logLevels[logLevelName];
}
};

@@ -240,2 +242,3 @@

getLogLevel,
logLevels,
log,

@@ -242,0 +245,0 @@ isEmptyString,

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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