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

@movable/rollup-plugin-package-manifest-validator

Package Overview
Dependencies
Maintainers
16
Versions
85
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@movable/rollup-plugin-package-manifest-validator - npm Package Compare versions

Comparing version 2.36.2 to 2.36.3

9

dist/schemas/warningSchema.js

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

},
options_description: {
type: strNumBool
},
placeholder: {

@@ -237,5 +234,2 @@ type: ['string', 'number']

},
options_description: {
type: 'string'
},
type: {

@@ -396,5 +390,2 @@ type: 'string',

},
options_description: {
type: 'string'
},
properties: {

@@ -401,0 +392,0 @@ type: 'array',

4

package.json
{
"name": "@movable/rollup-plugin-package-manifest-validator",
"version": "2.36.2",
"version": "2.36.3",
"description": "Validates package-manifest.yml",

@@ -42,3 +42,3 @@ "main": "dist",

},
"gitHead": "6d8ff22685d2df60aca50b0e8c2b478509b3463f"
"gitHead": "acdba825d680a8b4d2a8f5f870c2f3b0fb9acbac"
}

@@ -26,3 +26,2 @@ import { studioIcons, fieldTypes, propertyTypes, contextOptionTypes } from './enums';

},
options_description: { type: strNumBool },
placeholder: { type: ['string', 'number'] },

@@ -136,3 +135,2 @@ preview_text: { type: 'array', items: { type: strNumBool } },

description: { type: 'string' },
options_description: { type: 'string' },
type: { type: 'string', enum: propertyTypes },

@@ -236,3 +234,2 @@ preview_text: {

description: { type: 'string' },
options_description: { type: 'string' },
properties: { type: 'array', items: propertySchema }

@@ -239,0 +236,0 @@ },

@@ -139,3 +139,2 @@ import YAML from 'yamljs';

name: 1,
options_description: [],
options: [1],

@@ -171,3 +170,2 @@ placeholder: [],

'options[0]': 'object',
options_description: 'string,number,boolean',
placeholder: 'string,number',

@@ -533,3 +531,2 @@ preview_text: 'array',

description: 1,
options_description: 1,
properties: [1]

@@ -552,3 +549,2 @@ }

description: 'string',
options_description: 'string',
'properties[0]': 'object'

@@ -642,3 +638,2 @@ },

description: 1,
options_description: 1,
preview_text: [{}],

@@ -666,3 +661,2 @@ preview_values: [{}],

description: 'string',
options_description: 'string',
'preview_text[0]': 'string,number,boolean',

@@ -669,0 +663,0 @@ 'preview_values[0]': 'string,number,boolean',

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