Socket
Socket
Sign inDemoInstall

@atlaskit/media-store

Package Overview
Dependencies
42
Maintainers
1
Versions
87
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 9.1.4 to 9.1.5

5

CHANGELOG.md
# @atlaskit/media-store
## 9.1.5
- Updated dependencies [69c8d0c19c](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/69c8d0c19c):
- @atlaskit/media-card@52.0.0
- @atlaskit/media-test-helpers@20.1.0
## 9.1.4

@@ -4,0 +9,0 @@ - Updated dependencies [07a187bb30](https://bitbucket.org/atlassian/atlaskit-mk-2/commits/07a187bb30):

1

dist/es2015/index.js
export * from './media-store';
export * from './models/media';
export * from './models/auth';

@@ -3,0 +4,0 @@ export * from './upload-controller';

import { MediaFileArtifacts } from './artifacts';
export declare type MediaFileProcessingStatus = 'pending' | 'succeeded' | 'failed';
export declare type MediaType = 'doc' | 'audio' | 'video' | 'image' | 'unknown';
export declare const isPreviewableType: (type: MediaType) => boolean;
export declare type MediaFile = {

@@ -5,0 +6,0 @@ readonly id: string;

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

export var isPreviewableType = function (type) {
return ['audio', 'video', 'image'].indexOf(type) > -1;
};
//# sourceMappingURL=media.js.map

@@ -5,2 +5,3 @@ "use strict";

tslib_1.__exportStar(require("./media-store"), exports);
tslib_1.__exportStar(require("./models/media"), exports);
tslib_1.__exportStar(require("./models/auth"), exports);

@@ -7,0 +8,0 @@ tslib_1.__exportStar(require("./upload-controller"), exports);

import { MediaFileArtifacts } from './artifacts';
export declare type MediaFileProcessingStatus = 'pending' | 'succeeded' | 'failed';
export declare type MediaType = 'doc' | 'audio' | 'video' | 'image' | 'unknown';
export declare const isPreviewableType: (type: MediaType) => boolean;
export declare type MediaFile = {

@@ -5,0 +6,0 @@ readonly id: string;

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.isPreviewableType = function (type) {
return ['audio', 'video', 'image'].indexOf(type) > -1;
};
//# sourceMappingURL=media.js.map

2

dist/package.json
{
"name": "@atlaskit/media-store",
"version": "9.1.4",
"version": "9.1.5",
"sideEffects": false
}
{
"name": "@atlaskit/media-store",
"version": "9.1.4",
"version": "9.1.5",
"description": "Media Store API Web Client Library",

@@ -31,4 +31,4 @@ "license": "Apache-2.0",

"@atlaskit/docs": "^6.0.0",
"@atlaskit/media-card": "^51.0.2",
"@atlaskit/media-test-helpers": "^20.0.0",
"@atlaskit/media-card": "^52.0.0",
"@atlaskit/media-test-helpers": "^20.1.0",
"@types/fetch-mock": "^6.0.3",

@@ -35,0 +35,0 @@ "fetch-mock": "^6.5.2",

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc