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.15 to 0.0.16

11

package.json
{
"name": "raml-definition-system",
"version": "0.0.15",
"version": "0.0.16",
"main": "dist/definitionSystem.js",
"scripts": {
"compile": "rm -rf dist/ && ./node_modules/typescript/bin/tsc",
"compile": "rimraf dist && tsc",
"generateJSON": "node dist/builder.js",

@@ -16,4 +16,4 @@ "build": "npm run compile && npm run generateJSON",

"know-your-http-well": "^0.2.0",
"raml-typesystem": "^0.0.21",
"ts-structure-parser": "^0.0.6",
"raml-typesystem": "^0.0.23",
"ts-structure-parser": "^0.0.7",
"underscore": "^1.8.3"

@@ -40,4 +40,5 @@ },

"typings": "^0.7.9",
"dev-env-installer":"^0.0.2"
"dev-env-installer":"^0.0.2",
"rimraf":"*"
}
}
# RAML Definition System
[![Build Status](https://travis-ci.org/raml-org/raml-definition-system.svg?branch=master)](https://travis-ci.org/raml-org/raml-definition-system)
> This repository contains a set of interfaces that represents a declarative description of the RAML specification.

@@ -4,0 +6,0 @@

@@ -1,2 +0,2 @@

// Compiled using typings@0.6.10
// Compiled using typings@0.5.2
// Source: custom_typings/know-your-http-well.d.ts

@@ -3,0 +3,0 @@ declare module 'know-your-http-well' {

@@ -1,2 +0,2 @@

// Compiled using typings@0.6.10
// Compiled using typings@0.5.2
// Source: custom_typings/know-your-http-well.d.ts

@@ -3,0 +3,0 @@ declare module 'know-your-http-well' {

@@ -6,3 +6,2 @@ {

"gitUrl" : "https://github.com/raml-org/raml-js-parser-2.git",
"gitBranch" : "code",
"installTypings" : true

@@ -29,3 +28,8 @@ },

"gitUrl" : "https://github.com/mulesoft-labs/yaml-ast-parser.git"
},
"ts-model" : {
"build" : "npm run build",
"gitUrl" : "https://github.com/mulesoft-labs/ts-model.git",
"installTypings" : true
}
}
}

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

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

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

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

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