Socket
Socket
Sign inDemoInstall

table

Package Overview
Dependencies
Maintainers
1
Versions
86
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

table - npm Package Compare versions

Comparing version 2.1.0 to 2.1.1

dist/border/index.js

8

dist/validateConfig.js

@@ -15,6 +15,8 @@ 'use strict';

var _schemasConfigJson = require('./schemas/config.json');
// To accomodate for the ./dist/ package.
var _schemasConfigJson2 = _interopRequireDefault(_schemasConfigJson);
var _srcSchemasConfigJson = require('./../src/schemas/config.json');
var _srcSchemasConfigJson2 = _interopRequireDefault(_srcSchemasConfigJson);
var _tv4 = require('tv4');

@@ -37,3 +39,3 @@

result = _tv42['default'].validateResult(config, _schemasConfigJson2['default']);
result = _tv42['default'].validateResult(config, _srcSchemasConfigJson2['default']);

@@ -40,0 +42,0 @@ if (!result.valid) {

@@ -38,3 +38,3 @@ import gulp from 'gulp';

return gulp
.src('./src/*')
.src('./src/**/*.js')
.pipe(sourcemaps.init())

@@ -41,0 +41,0 @@ .pipe(babel())

{
"name": "table",
"version": "2.1.0",
"version": "2.1.1",
"description": "Formats data into a string table.",

@@ -23,7 +23,8 @@ "main": "./dist/index.js",

"scripts": {
"test": "babel-node ./node_modules/.bin/gulp test",
"build": "babel-node ./node_modules/.bin/gulp build",
"watch": "babel-node ./node_modules/.bin/gulp watch"
"test": "node ./node_modules/.bin/babel-node ./node_modules/.bin/gulp test",
"build": "node ./node_modules/.bin/babel-node ./node_modules/.bin/gulp build",
"watch": "node ./node_modules/.bin/babel-node ./node_modules/.bin/gulp watch"
},
"devDependencies": {
"babel": "^5.8.23",
"babel-core": "^5.8.24",

@@ -30,0 +31,0 @@ "babel-loader": "^5.3.2",

import _ from 'lodash';
import schema from './schemas/config.json';
// To accomodate for the ./dist/ package.
import schema from './../src/schemas/config.json';

@@ -5,0 +6,0 @@ import tv4 from 'tv4';

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