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

@medmain/medmain-images-core

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@medmain/medmain-images-core - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

7

dist/browser/esm/models/image-query.js

@@ -16,9 +16,6 @@ function _inheritsLoose(subClass, superClass) { subClass.prototype = Object.create(superClass.prototype); subClass.prototype.constructor = subClass; subClass.__proto__ = superClass; }

ImageQuery.schema = [{
field: 'filename',
field: 'productId',
type: 'string'
}, {
field: 'format',
type: 'string'
}, {
field: 'batch.number',
field: 'batchNumber',
type: 'number'

@@ -25,0 +22,0 @@ }, {

@@ -12,9 +12,6 @@ "use strict";

ImageQuery.schema = [{
field: 'filename',
field: 'productId',
type: 'string'
}, {
field: 'format',
type: 'string'
}, {
field: 'batch.number',
field: 'batchNumber',
type: 'number'

@@ -21,0 +18,0 @@ }, {

import { Query } from '@medmain/core';
export class ImageQuery extends Query {}
ImageQuery.schema = [{
field: 'filename',
field: 'productId',
type: 'string'
}, {
field: 'format',
type: 'string'
}, {
field: 'batch.number',
field: 'batchNumber',
type: 'number'

@@ -12,0 +9,0 @@ }, {

{
"name": "@medmain/medmain-images-core",
"version": "0.1.0",
"version": "0.1.1",
"description": "Medmain Images' core",

@@ -5,0 +5,0 @@ "files": [

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