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 5.5.0 to 5.6.0

test.html

6

CHANGELOG.md

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

### 5.6.0 (October 21, 2019)
* Drop esm module from package.json to prevent it from being the default build.
* Add fallback localStorage support to the esm module.
* Fix integrity hash
### 5.5.0 (October 9, 2019)

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

3

package.json
{
"name": "amplitude-js",
"author": "Amplitude <support@amplitude.com>",
"version": "5.5.0",
"version": "5.6.0",
"license": "MIT",

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

"main": "amplitude.js",
"module": "amplitude.esm.js",
"react-native": "amplitude.native.js",

@@ -16,0 +15,0 @@ "dependencies": {

@@ -14,3 +14,3 @@ Amplitude-JavaScript

[5.5.0 - Released on October 9, 2019](https://github.com/amplitude/Amplitude-JavaScript/releases/latest)
[5.6.0 - Released on October 21, 2019](https://github.com/amplitude/Amplitude-JavaScript/releases/latest)

@@ -29,2 +29,9 @@

# React Native #
This library now supports react-native. It has two dependencies on react-native modules you will have to install yourself:
* [react-native-device-info](https://www.npmjs.com/package/react-native-device-info)
* [@react-native-community/async-storage](https://www.npmjs.com/package/@react-native-community/async-storage)
# Upgrading Major Versions and Breaking Changes #

@@ -31,0 +38,0 @@

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

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

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