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

raml-definition-system

Package Overview
Dependencies
Maintainers
2
Versions
94
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

raml-definition-system - npm Package Compare versions

Comparing version 0.0.32 to 0.0.33

6

dist/definitionSystem.js

@@ -207,2 +207,8 @@ "use strict";

};
Universe.prototype.setOriginalTopLevelText = function (t) {
this._originalTopLevelText = t;
};
Universe.prototype.getOriginalTopLevelText = function () {
return this._originalTopLevelText;
};
Universe.prototype.setTypedVersion = function (tv) {

@@ -209,0 +215,0 @@ this._typedVersion = tv;

4

package.json
{
"name": "raml-definition-system",
"version": "0.0.32",
"version": "0.0.33",
"main": "dist/definitionSystem.js",

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

"know-your-http-well": "^0.2.0",
"raml-typesystem": "0.0.39",
"raml-typesystem": "0.0.40",
"ts-structure-parser": "0.0.10",

@@ -20,0 +20,0 @@ "underscore": "^1.8.3"

@@ -190,2 +190,3 @@ export import rt=require("raml-typesystem")

private _topLevel:string;
private _originalTopLevelText:string;

@@ -213,2 +214,9 @@ private matchedObjects;

setOriginalTopLevelText(t:string){
this._originalTopLevelText=t;
}
getOriginalTopLevelText(){
return this._originalTopLevelText;
}
setTypedVersion(tv:string){

@@ -215,0 +223,0 @@ this._typedVersion=tv;

Sorry, the diff of this file is too big to display

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