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

intern-json-schema

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

intern-json-schema - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

.npmignore

23

intern-schema.json

@@ -141,6 +141,3 @@ {

"additionalProperties": {
"$ref": "#/definitions/config",
"extends": {
"type": "string"
}
"$ref": "#/definitions/extensibleConfig"
}

@@ -170,4 +167,14 @@ },

"extensibleConfig": {
"$ref": "#/definitions/functionalConfig",
"description": "Extensible Configuration",
"properties": {
"extends": {
"type": "string"
}
}
},
"functionalConfig": {
"type": "object",
"$ref": "#/definitions/config",
"description": "Configuration for functional tests",

@@ -270,6 +277,6 @@ "properties": {

},
"$ref": "#/definitions/config",
"$ref": "#/definitions/functionalConfig",
"properties": {
"browser": {
"$ref": "#/definitions/configs"
"$ref": "#/definitions/functionalConfig"
},

@@ -280,5 +287,5 @@ "configs": {

"node": {
"$ref": "#/definitions/configs"
"$ref": "#/definitions/config"
}
}
}
{
"name": "intern-json-schema",
"version": "4.0.0",
"version": "4.0.1",
"description": "This Json Schema for Intern 4 defines the structure of your intern.json file.",

@@ -5,0 +5,0 @@ "directories": {

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