You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 7-8.RSVP
Socket
Socket
Sign inDemoInstall

har-validator

Package Overview
Dependencies
3
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.1.1 to 2.1.2

lib/promise.js

4

lib/bin.js

@@ -24,5 +24,5 @@ #!/usr/bin/env node

var _index = require('./index');
var _promise = require('./promise');
var schemas = _interopRequireWildcard(_index);
var schemas = _interopRequireWildcard(_promise);

@@ -29,0 +29,0 @@ var _error = require('./error');

{
"name": "har-validator",
"description": "unnamed package",
"author": {
"name": "Ahmad Nassri",
"email": "ahmad@ahmadnassri.com",
"url": "https://www.ahmadnassri.com/"
},
"author": "Ahmad Nassri <ahmad@ahmadnassri.com> (https://www.ahmadnassri.com/)",
"homepage": "https://github.com/ahmadnassri/har-validator",
"repository": {
"type": "git",
"url": "git+https://github.com/ahmadnassri/har-validator.git"
"url": "https://github.com/ahmadnassri/har-validator.git"
},
"license": "ISC",
"main": "lib/index.js",
"main": "lib/promise.js",
"bin": {

@@ -21,2 +17,3 @@ "har-validator": "lib/bin.js"

"har",
"cli",
"http",

@@ -52,4 +49,3 @@ "archive",

"plugins": [
"transform-export-extensions",
"transform-object-rest-spread"
"transform-export-extensions"
]

@@ -60,3 +56,2 @@ },

"lib/**",
"src/index.js",
"test/fixtures/**"

@@ -78,12 +73,11 @@ ]

"babel-plugin-transform-export-extensions": "^6.5.0",
"babel-plugin-transform-object-rest-spread": "^6.6.5",
"babel-polyfill": "^6.6.1",
"babel-polyfill": "^6.7.4",
"babel-preset-es2015": "^6.6.0",
"babel-register": "^6.6.5",
"babel-register": "^6.7.2",
"codeclimate-test-reporter": "^0.3.1",
"cz-conventional-changelog": "^1.1.5",
"echint": "^1.5.3",
"nyc": "^6.0.0",
"nyc": "^6.2.1",
"semantic-release": "^6.2.0",
"standard": "^6.0.7",
"standard": "^6.0.8",
"tap": "^5.7.0",

@@ -93,9 +87,7 @@ "tap-mocha-reporter": "0.0.24"

"dependencies": {
"chalk": "^1.1.1",
"chalk": "^1.1.3",
"commander": "^2.9.0",
"is-my-json-valid": "^2.13.1"
},
"version": "2.1.1",
"readme": "ERROR: No README data found!",
"_id": "har-validator@"
"version": "2.1.2"
}

@@ -8,3 +8,3 @@ #!/usr/bin/env node

import pkg from '../package.json'
import validate, * as schemas from './index'
import validate, * as schemas from './promise'
import HARError from './error'

@@ -23,3 +23,3 @@

cmd.args.map((fileName) => {
var file = chalk.yellow.italic(path.basename(fileName))
let file = chalk.yellow.italic(path.basename(fileName))

@@ -26,0 +26,0 @@ new Promise((resolve, reject) => {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc