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.40.0 to 2.41.0-up-yarn-lock

2

dist/schemas/enums.js

@@ -6,3 +6,3 @@ "use strict";

});
exports.contextOptionTypes = exports.propertyTypes = exports.fieldTypes = exports.studioIcons = void 0;
exports.studioIcons = exports.propertyTypes = exports.fieldTypes = exports.contextOptionTypes = void 0;
var contextOptionTypes = ['select', 'text', 'hidden'];

@@ -9,0 +9,0 @@ exports.contextOptionTypes = contextOptionTypes;

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

});
Object.defineProperty(exports, "warningSchema", {
Object.defineProperty(exports, "erroringSchema", {
enumerable: true,
get: function get() {
return _warningSchema["default"];
return _erroringSchema["default"];
}
});
Object.defineProperty(exports, "erroringSchema", {
Object.defineProperty(exports, "warningSchema", {
enumerable: true,
get: function get() {
return _erroringSchema["default"];
return _warningSchema["default"];
}

@@ -18,0 +18,0 @@ });

@@ -6,4 +6,4 @@ "use strict";

});
exports.TOP_LEVEL_PROHIBITED_PROPERTY_MESSAGE = void 0;
exports["default"] = validateManifest;
exports.TOP_LEVEL_PROHIBITED_PROPERTY_MESSAGE = void 0;

@@ -10,0 +10,0 @@ var _validators = require("../validators");

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

});
Object.defineProperty(exports, "warningValidator", {
Object.defineProperty(exports, "erroringValidator", {
enumerable: true,
get: function get() {
return _warningValidator["default"];
return _erroringValidator["default"];
}
});
Object.defineProperty(exports, "erroringValidator", {
Object.defineProperty(exports, "warningValidator", {
enumerable: true,
get: function get() {
return _erroringValidator["default"];
return _warningValidator["default"];
}

@@ -18,0 +18,0 @@ });

{
"name": "@movable/rollup-plugin-package-manifest-validator",
"version": "2.40.0",
"version": "2.41.0-up-yarn-lock",
"description": "Validates package-manifest.yml",

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

},
"gitHead": "49b028490ccbeb6a57c7a28837bc1d6e05fa3335"
"gitHead": "54f3961fffa4b13b7ea9d5da094b4b4ff3c8a26c"
}
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