Socket
Socket
Sign inDemoInstall

@raketa-cms/raketa-image-picker

Package Overview
Dependencies
Maintainers
1
Versions
28
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@raketa-cms/raketa-image-picker - npm Package Compare versions

Comparing version 1.2.6 to 1.2.7

5

dist/index.js

@@ -888,2 +888,6 @@ function _interopDefault (ex) { return (ex && (typeof ex === 'object') && 'default' in ex) ? ex['default'] : ex; }

var imgPlaceholder = function imgPlaceholder(size) {
return "https://placehold.it/" + size;
};
var serialize = function serialize(params) {

@@ -1020,3 +1024,4 @@ return Object.keys(params).map(function (k) {

exports.MediaManagerContext = MediaManagerContext;
exports.imagePlaceholder = imgPlaceholder;
exports.imageSrc = imgageSrc;
//# sourceMappingURL=index.js.map

6

dist/index.modern.js

@@ -885,2 +885,6 @@ import React from 'react';

var imgPlaceholder = function imgPlaceholder(size) {
return "https://placehold.it/" + size;
};
var serialize = function serialize(params) {

@@ -1012,3 +1016,3 @@ return Object.keys(params).map(function (k) {

export { ImageInput, ImagePicker$1 as ImagePicker, Img, MediaManager, MediaManagerContext, imgageSrc as imageSrc };
export { ImageInput, ImagePicker$1 as ImagePicker, Img, MediaManager, MediaManagerContext, imgPlaceholder as imagePlaceholder, imgageSrc as imageSrc };
//# sourceMappingURL=index.modern.js.map

2

package.json
{
"name": "@raketa-cms/raketa-image-picker",
"version": "1.2.6",
"version": "1.2.7",
"description": "Image browser and upload client for APIs compatible with the Raketa Image JSON format.",

@@ -5,0 +5,0 @@ "author": "studioraketa",

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