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

@kintone/plugin-manifest-validator

Package Overview
Dependencies
Maintainers
8
Versions
77
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@kintone/plugin-manifest-validator - npm Package Compare versions

Comparing version 3.0.12 to 4.0.0

17

CHANGELOG.md

@@ -6,2 +6,19 @@ # Change Log

# [4.0.0](https://github.com/kintone/js-sdk/compare/@kintone/plugin-manifest-validator@3.0.12...@kintone/plugin-manifest-validator@4.0.0) (2021-02-09)
### Features
* **plugin-manifest-validator:** bump the JSON Schema version from draft4 to draft7 ([#652](https://github.com/kintone/js-sdk/issues/652)) ([1545f94](https://github.com/kintone/js-sdk/commit/1545f94d76dc8f7b5b863748d5f78005091bed01))
* **plugin-manifest-validator:** Generate declaration file for TS interface ([#670](https://github.com/kintone/js-sdk/issues/670)) ([2b2ce2a](https://github.com/kintone/js-sdk/commit/2b2ce2acf0c5a4eccd2c15c12595e5cbcf064bad))
### BREAKING CHANGES
* **plugin-manifest-validator:** bump the JSON Schema version from draft4 to draft7
## [3.0.12](https://github.com/kintone/js-sdk/compare/@kintone/plugin-manifest-validator@3.0.11...@kintone/plugin-manifest-validator@3.0.12) (2021-01-26)

@@ -8,0 +25,0 @@

4

manifest-schema.json
{
"$schema": "http://json-schema.org/draft-04/schema#",
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "kintone plugin manifest.json",

@@ -156,3 +156,3 @@ "type": "object",

"resources": {
"id": "#resources",
"$id": "#resources",
"type": "array",

@@ -159,0 +159,0 @@ "uniqueItems": true,

{
"name": "@kintone/plugin-manifest-validator",
"version": "3.0.12",
"version": "4.0.0",
"author": "Teppei Sato <teppeis@gmail.com>",

@@ -14,2 +14,3 @@ "engines": {

],
"types": "dist/src/index.d.ts",
"scripts": {

@@ -32,4 +33,5 @@ "start": "tsc -w",

"devDependencies": {
"@babel/preset-typescript": "^7.12.7",
"@babel/preset-typescript": "^7.12.13",
"@types/bytes": "^3.1.0",
"babel-plugin-replace-ts-export-assignment": "^0.0.2",
"intelli-espower-loader": "^1.0.1",

@@ -52,3 +54,3 @@ "json-schema-to-typescript": "^10.1.3",

"license": "MIT",
"gitHead": "a0b4c65fa1c6f9d4b404b27769913165c7a48226"
"gitHead": "53faabd35c63e403d002c72e8873f44be3fa3fb7"
}
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