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

@remirror/extension-image

Package Overview
Dependencies
Maintainers
1
Versions
335
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remirror/extension-image - npm Package Compare versions

Comparing version 0.0.0-pr706.3 to 0.0.0-pr706.4

8

dist/remirror-extension-image.browser.cjs.js

@@ -13,3 +13,3 @@ 'use strict';

var _dec, _dec2, _dec3, _class, _class2;
var ImageExtension = (_dec = /*#__PURE__*/core.extension({
var ImageExtension = (_dec = core.extension({
defaultOptions: {

@@ -21,3 +21,3 @@ createPlaceholder,

}
}), _dec2 = /*#__PURE__*/core.command(), _dec3 = /*#__PURE__*/core.command(), /*#__PURE__*/_dec(_class = (_class2 = class ImageExtension extends core.NodeExtension {
}), _dec2 = core.command(), _dec3 = core.command(), _dec(_class = (_class2 = class ImageExtension extends core.NodeExtension {
get name() {

@@ -200,3 +200,3 @@ return 'image';

}, ( /*#__PURE__*/_applyDecoratedDescriptor(_class2.prototype, "insertImage", [_dec2], /*#__PURE__*/Object.getOwnPropertyDescriptor(_class2.prototype, "insertImage"), _class2.prototype), /*#__PURE__*/_applyDecoratedDescriptor(_class2.prototype, "uploadImage", [_dec3], /*#__PURE__*/Object.getOwnPropertyDescriptor(_class2.prototype, "uploadImage"), _class2.prototype)), _class2)) || _class);
}, (_applyDecoratedDescriptor(_class2.prototype, "insertImage", [_dec2], Object.getOwnPropertyDescriptor(_class2.prototype, "insertImage"), _class2.prototype), _applyDecoratedDescriptor(_class2.prototype, "uploadImage", [_dec3], Object.getOwnPropertyDescriptor(_class2.prototype, "uploadImage"), _class2.prototype)), _class2)) || _class);

@@ -206,3 +206,3 @@ /**

*/
var IMAGE_FILE_TYPES = /*#__PURE__*/new Set(['image/jpeg', 'image/gif', 'image/png', 'image/jpg', 'image/svg', 'image/webp']);
var IMAGE_FILE_TYPES = new Set(['image/jpeg', 'image/gif', 'image/png', 'image/jpg', 'image/svg', 'image/webp']);
/**

@@ -209,0 +209,0 @@ * True when the provided file is an image file.

@@ -9,3 +9,3 @@ import _createForOfIteratorHelper from '@babel/runtime/helpers/esm/createForOfIteratorHelper';

var _dec, _dec2, _dec3, _class, _class2;
var ImageExtension = (_dec = /*#__PURE__*/extension({
var ImageExtension = (_dec = extension({
defaultOptions: {

@@ -17,3 +17,3 @@ createPlaceholder,

}
}), _dec2 = /*#__PURE__*/command(), _dec3 = /*#__PURE__*/command(), /*#__PURE__*/_dec(_class = (_class2 = class ImageExtension extends NodeExtension {
}), _dec2 = command(), _dec3 = command(), _dec(_class = (_class2 = class ImageExtension extends NodeExtension {
get name() {

@@ -196,3 +196,3 @@ return 'image';

}, ( /*#__PURE__*/_applyDecoratedDescriptor(_class2.prototype, "insertImage", [_dec2], /*#__PURE__*/Object.getOwnPropertyDescriptor(_class2.prototype, "insertImage"), _class2.prototype), /*#__PURE__*/_applyDecoratedDescriptor(_class2.prototype, "uploadImage", [_dec3], /*#__PURE__*/Object.getOwnPropertyDescriptor(_class2.prototype, "uploadImage"), _class2.prototype)), _class2)) || _class);
}, (_applyDecoratedDescriptor(_class2.prototype, "insertImage", [_dec2], Object.getOwnPropertyDescriptor(_class2.prototype, "insertImage"), _class2.prototype), _applyDecoratedDescriptor(_class2.prototype, "uploadImage", [_dec3], Object.getOwnPropertyDescriptor(_class2.prototype, "uploadImage"), _class2.prototype)), _class2)) || _class);

@@ -202,3 +202,3 @@ /**

*/
var IMAGE_FILE_TYPES = /*#__PURE__*/new Set(['image/jpeg', 'image/gif', 'image/png', 'image/jpg', 'image/svg', 'image/webp']);
var IMAGE_FILE_TYPES = new Set(['image/jpeg', 'image/gif', 'image/png', 'image/jpg', 'image/svg', 'image/webp']);
/**

@@ -205,0 +205,0 @@ * True when the provided file is an image file.

@@ -13,3 +13,3 @@ 'use strict';

var _dec, _dec2, _dec3, _class, _class2;
var ImageExtension = (_dec = /*#__PURE__*/core.extension({
var ImageExtension = (_dec = core.extension({
defaultOptions: {

@@ -21,3 +21,3 @@ createPlaceholder,

}
}), _dec2 = /*#__PURE__*/core.command(), _dec3 = /*#__PURE__*/core.command(), /*#__PURE__*/_dec(_class = (_class2 = class ImageExtension extends core.NodeExtension {
}), _dec2 = core.command(), _dec3 = core.command(), _dec(_class = (_class2 = class ImageExtension extends core.NodeExtension {
get name() {

@@ -200,3 +200,3 @@ return 'image';

}, ( /*#__PURE__*/_applyDecoratedDescriptor(_class2.prototype, "insertImage", [_dec2], /*#__PURE__*/Object.getOwnPropertyDescriptor(_class2.prototype, "insertImage"), _class2.prototype), /*#__PURE__*/_applyDecoratedDescriptor(_class2.prototype, "uploadImage", [_dec3], /*#__PURE__*/Object.getOwnPropertyDescriptor(_class2.prototype, "uploadImage"), _class2.prototype)), _class2)) || _class);
}, (_applyDecoratedDescriptor(_class2.prototype, "insertImage", [_dec2], Object.getOwnPropertyDescriptor(_class2.prototype, "insertImage"), _class2.prototype), _applyDecoratedDescriptor(_class2.prototype, "uploadImage", [_dec3], Object.getOwnPropertyDescriptor(_class2.prototype, "uploadImage"), _class2.prototype)), _class2)) || _class);

@@ -206,3 +206,3 @@ /**

*/
var IMAGE_FILE_TYPES = /*#__PURE__*/new Set(['image/jpeg', 'image/gif', 'image/png', 'image/jpg', 'image/svg', 'image/webp']);
var IMAGE_FILE_TYPES = new Set(['image/jpeg', 'image/gif', 'image/png', 'image/jpg', 'image/svg', 'image/webp']);
/**

@@ -209,0 +209,0 @@ * True when the provided file is an image file.

@@ -13,3 +13,3 @@ 'use strict';

var _dec, _dec2, _dec3, _class, _class2;
var ImageExtension = (_dec = /*#__PURE__*/core.extension({
var ImageExtension = (_dec = core.extension({
defaultOptions: {

@@ -21,3 +21,3 @@ createPlaceholder,

}
}), _dec2 = /*#__PURE__*/core.command(), _dec3 = /*#__PURE__*/core.command(), /*#__PURE__*/_dec(_class = (_class2 = class ImageExtension extends core.NodeExtension {
}), _dec2 = core.command(), _dec3 = core.command(), _dec(_class = (_class2 = class ImageExtension extends core.NodeExtension {
get name() {

@@ -200,3 +200,3 @@ return 'image';

}, ( /*#__PURE__*/_applyDecoratedDescriptor(_class2.prototype, "insertImage", [_dec2], /*#__PURE__*/Object.getOwnPropertyDescriptor(_class2.prototype, "insertImage"), _class2.prototype), /*#__PURE__*/_applyDecoratedDescriptor(_class2.prototype, "uploadImage", [_dec3], /*#__PURE__*/Object.getOwnPropertyDescriptor(_class2.prototype, "uploadImage"), _class2.prototype)), _class2)) || _class);
}, (_applyDecoratedDescriptor(_class2.prototype, "insertImage", [_dec2], Object.getOwnPropertyDescriptor(_class2.prototype, "insertImage"), _class2.prototype), _applyDecoratedDescriptor(_class2.prototype, "uploadImage", [_dec3], Object.getOwnPropertyDescriptor(_class2.prototype, "uploadImage"), _class2.prototype)), _class2)) || _class);

@@ -206,3 +206,3 @@ /**

*/
var IMAGE_FILE_TYPES = /*#__PURE__*/new Set(['image/jpeg', 'image/gif', 'image/png', 'image/jpg', 'image/svg', 'image/webp']);
var IMAGE_FILE_TYPES = new Set(['image/jpeg', 'image/gif', 'image/png', 'image/jpg', 'image/svg', 'image/webp']);
/**

@@ -209,0 +209,0 @@ * True when the provided file is an image file.

@@ -9,3 +9,3 @@ import _createForOfIteratorHelper from '@babel/runtime/helpers/esm/createForOfIteratorHelper';

var _dec, _dec2, _dec3, _class, _class2;
var ImageExtension = (_dec = /*#__PURE__*/extension({
var ImageExtension = (_dec = extension({
defaultOptions: {

@@ -17,3 +17,3 @@ createPlaceholder,

}
}), _dec2 = /*#__PURE__*/command(), _dec3 = /*#__PURE__*/command(), /*#__PURE__*/_dec(_class = (_class2 = class ImageExtension extends NodeExtension {
}), _dec2 = command(), _dec3 = command(), _dec(_class = (_class2 = class ImageExtension extends NodeExtension {
get name() {

@@ -196,3 +196,3 @@ return 'image';

}, ( /*#__PURE__*/_applyDecoratedDescriptor(_class2.prototype, "insertImage", [_dec2], /*#__PURE__*/Object.getOwnPropertyDescriptor(_class2.prototype, "insertImage"), _class2.prototype), /*#__PURE__*/_applyDecoratedDescriptor(_class2.prototype, "uploadImage", [_dec3], /*#__PURE__*/Object.getOwnPropertyDescriptor(_class2.prototype, "uploadImage"), _class2.prototype)), _class2)) || _class);
}, (_applyDecoratedDescriptor(_class2.prototype, "insertImage", [_dec2], Object.getOwnPropertyDescriptor(_class2.prototype, "insertImage"), _class2.prototype), _applyDecoratedDescriptor(_class2.prototype, "uploadImage", [_dec3], Object.getOwnPropertyDescriptor(_class2.prototype, "uploadImage"), _class2.prototype)), _class2)) || _class);

@@ -202,3 +202,3 @@ /**

*/
var IMAGE_FILE_TYPES = /*#__PURE__*/new Set(['image/jpeg', 'image/gif', 'image/png', 'image/jpg', 'image/svg', 'image/webp']);
var IMAGE_FILE_TYPES = new Set(['image/jpeg', 'image/gif', 'image/png', 'image/jpg', 'image/svg', 'image/webp']);
/**

@@ -205,0 +205,0 @@ * True when the provided file is an image file.

{
"name": "@remirror/extension-image",
"version": "0.0.0-pr706.3",
"version": "0.0.0-pr706.4",
"description": "Add images to your editor.",

@@ -43,11 +43,11 @@ "keywords": [

"@babel/runtime": "^7.12.13",
"@remirror/core": "0.0.0-pr706.3",
"@remirror/messages": "0.0.0-pr706.3",
"@remirror/theme": "0.0.0-pr706.3"
"@remirror/core": "0.0.0-pr706.4",
"@remirror/messages": "0.0.0-pr706.4",
"@remirror/theme": "0.0.0-pr706.4"
},
"devDependencies": {
"@remirror/pm": "0.0.0-pr706.3"
"@remirror/pm": "0.0.0-pr706.4"
},
"peerDependencies": {
"@remirror/pm": "0.0.0-pr706.3"
"@remirror/pm": "0.0.0-pr706.4"
},

@@ -54,0 +54,0 @@ "publishConfig": {

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