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
13
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.39.1 to 2.40.0

3

dist/schemas/warningSchema.js

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

type: strNumBool
},
heading: {
type: 'string'
}

@@ -71,0 +74,0 @@ },

4

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

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

},
"gitHead": "4fa9811953eaff17901a4a4c702ff8609ac3f6f0"
"gitHead": "49b028490ccbeb6a57c7a28837bc1d6e05fa3335"
}

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

type: { type: 'string', enum: fieldTypes },
value: { type: strNumBool }
value: { type: strNumBool },
heading: { type: 'string' }
},

@@ -34,0 +35,0 @@ required: ['name', 'label', 'type'],

@@ -144,3 +144,4 @@ import YAML from 'yamljs';

template: 1,
value: []
value: [],
heading: 1
}

@@ -174,3 +175,4 @@ ]

template: 'string',
value: 'string,number,boolean'
value: 'string,number,boolean',
heading: 'string'
},

@@ -177,0 +179,0 @@ 'types must be correct'

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