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

datatype-expansion

Package Overview
Dependencies
Maintainers
1
Versions
31
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

datatype-expansion - npm Package Compare versions

Comparing version 0.3.1 to 0.3.2

12

package.json
{
"name": "datatype-expansion",
"version": "0.3.1",
"version": "0.3.2",
"description": "Utility tool to expand a given RAML type and create a canonical form",

@@ -41,11 +41,11 @@ "main": "src/index.js",

"mkdirp": "^0.5.1",
"mocha": "^3.5.0",
"mocha": "^5.0.4",
"npm-run-all": "^4.0.2",
"rimraf": "^2.6.1",
"rollup": "^0.48.2",
"rollup": "^0.56.5",
"rollup-plugin-babel": "^3.0.2",
"rollup-plugin-commonjs": "^8.1.0",
"rollup-plugin-commonjs": "^9.0.0",
"rollup-plugin-node-resolve": "^3.0.0",
"rollup-plugin-uglify": "^2.0.1",
"standard": "^10.0.3"
"rollup-plugin-uglify": "^3.0.0",
"standard": "^11.0.0"
},

@@ -52,0 +52,0 @@ "dependencies": {

# RAML Data Type Expansion
[![Greenkeeper badge](https://badges.greenkeeper.io/raml-org/datatype-expansion.svg)](https://greenkeeper.io/)
[![Build Status](https://travis-ci.org/raml-org/datatype-expansion.svg?branch=master)](https://travis-ci.org/raml-org/datatype-expansion)

@@ -3,0 +5,0 @@ [![Coverage Status](https://coveralls.io/repos/github/raml-org/datatype-expansion/badge.svg?branch=master)](https://coveralls.io/github/raml-org/datatype-expansion?branch=master)

@@ -183,4 +183,4 @@ 'use strict'

anyOf: [
{ type: 'number' },
{ type: 'string' }
{ type: 'number' },
{ type: 'string' }
],

@@ -187,0 +187,0 @@ type: 'union'

@@ -1064,4 +1064,4 @@ 'use strict'

anyOf: [
{ type: 'string' },
{ type: 'nil' }
{ type: 'string' },
{ type: 'nil' }
],

@@ -1068,0 +1068,0 @@ type: 'union'

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