Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aws-amplify/core

Package Overview
Dependencies
Maintainers
7
Versions
2033
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aws-amplify/core - npm Package Compare versions

Comparing version 1.0.15-unstable.0 to 1.0.15-unstable.1

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

<a name="1.0.15-unstable.1"></a>
## [1.0.15-unstable.1](https://github.com/aws/aws-amplify/compare/@aws-amplify/core@1.0.15-unstable.0...@aws-amplify/core@1.0.15-unstable.1) (2018-10-03)
**Note:** Version bump only for package @aws-amplify/core
<a name="1.0.15-unstable.0"></a>

@@ -8,0 +16,0 @@ ## [1.0.15-unstable.0](https://github.com/aws/aws-amplify/compare/@aws-amplify/core@1.0.14-unstable.1...@aws-amplify/core@1.0.15-unstable.0) (2018-10-03)

9

lib/Platform/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
/*

@@ -14,5 +15,5 @@ * Copyright 2017-2017 Amazon.com, Inc. or its affiliates. All Rights Reserved.

*/
Object.defineProperty(exports, "__esModule", { value: true });
var packageInfo = require("../../package.json");
var Platform = {
'userAgent': 'aws-amplify/0.4.x js',
'userAgent': "aws-amplify/" + packageInfo.version + " js",
'product': '',

@@ -27,7 +28,7 @@ 'navigator': null,

case 'ReactNative':
Platform.userAgent = 'aws-amplify/0.4.x react-native';
Platform.userAgent = "aws-amplify/" + packageInfo.version + " react-native";
Platform.isReactNative = true;
break;
default:
Platform.userAgent = 'aws-amplify/0.4.x js';
Platform.userAgent = "aws-amplify/" + packageInfo.version + " js";
Platform.isReactNative = false;

@@ -34,0 +35,0 @@ break;

{
"name": "@aws-amplify/core",
"version": "1.0.15-unstable.0",
"version": "1.0.15-unstable.1",
"description": "Core category of aws-amplify",

@@ -5,0 +5,0 @@ "main": "./lib/index.js",

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

Sorry, the diff of this file is not supported yet

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

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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