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

raml-typesystem

Package Overview
Dependencies
Maintainers
2
Versions
95
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

raml-typesystem - npm Package Compare versions

Comparing version 0.0.94 to 0.0.95

greenkeeper.json

2

dist/src/schemaUtil.js

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

var jsonUtil = require("./jsonUtil");
var DOMParser = require('xmldom').DOMParser;
var DOMParser = require('xmldom-alpha').DOMParser;
var ts = require("./typesystem");

@@ -9,0 +9,0 @@ var typesystem_1 = require("./typesystem");

{
"name": "raml-typesystem",
"version": "0.0.94",
"version": "0.0.95",
"main": "dist/src/index.js",

@@ -17,3 +17,3 @@ "scripts": {

"bignumber.js": "9.0.0",
"date-and-time": "^0.10.0",
"date-and-time": "^0.11.1",
"escape-html": "1.0.3",

@@ -23,5 +23,5 @@ "json-schema-compatibility": "1.1.0",

"lrucache": "1.0.3",
"underscore": "1.9.1",
"underscore": "^1.9.2",
"xml2js": "^0.4.22",
"xmldom": "0.1.27"
"xmldom-alpha": "^0.1.28"
},

@@ -54,4 +54,4 @@ "optionalDependencies": {

"@types/escape-html": "0.0.20",
"@types/mocha": "5.2.7",
"@types/node": "^12.11.6",
"@types/mocha": "^7.0.2",
"@types/node": "^13.9.0",
"@types/underscore": "^1.9.3",

@@ -62,3 +62,4 @@ "@types/xml2js": "^0.4.5",

"gulp": "4.0.2",
"gulp-typedoc": "2.2.2",
"gulp-mocha": "^7.0.2",
"gulp-typedoc": "^2.2.4",
"istanbul": "0.4.5",

@@ -68,5 +69,5 @@ "json-loader": "0.5.7",

"rimraf": "*",
"typedoc": "^0.15.0",
"typedoc": "^0.16.11",
"typescript": "3.3.3333"
}
}

@@ -14,3 +14,3 @@ import {XMLSchemaReference} from "raml-xml-validation";

var DOMParser = require('xmldom').DOMParser;
var DOMParser = require('xmldom-alpha').DOMParser;
import ts = require("./typesystem");

@@ -17,0 +17,0 @@ import {messageRegistry} from "./typesystem";

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