Socket
Socket
Sign inDemoInstall

har-schema

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

har-schema - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

lib/cache.json

52

package.json
{
"version": "0.2.0",
"name": "har-schema",
"version": "0.1.0",
"description": "JSON Schema for HTTP Archive (HAR)",
"main": "schema/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha test/*.js -R spec"
},
"author": "Ahmad Nassri <ahmad@ahmadnassri.com> (https://www.ahmadnassri.com/)",
"contributors": [
"Evgeny Poberezkin <e.poberezkin@me.com>"
],
"homepage": "https://github.com/ahmadnassri/har-schema",
"repository": {
"type": "git",
"url": "git+https://github.com/epoberezkin/har-schema.git"
"url": "https://github.com/ahmadnassri/har-schema.git"
},
"license": "ISC",
"main": "lib/index.js",
"keywords": [

@@ -24,12 +24,32 @@ "har",

],
"author": "Ahmad Nassri <ahmad@ahmadnassri.com> (https://www.ahmadnassri.com/)",
"license": "ISC",
"engines": {
"node": ">=4"
},
"files": [
"lib"
],
"bugs": {
"url": "https://github.com/epoberezkin/har-schema/issues"
"url": "https://github.com/ahmadnassri/har-schema/issues"
},
"homepage": "https://github.com/epoberezkin/har-schema#readme",
"scripts": {
"test": "tap test --reporter spec",
"pretest": "snazzy && echint",
"coverage": "tap test --reporter silent --coverage",
"codeclimate": "tap --coverage-report=text-lcov | codeclimate-test-reporter",
"semantic-release": "semantic-release pre && npm publish && semantic-release post"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"devDependencies": {
"ajv": "^4.1.7",
"mocha": "^2.5.3"
"ajv": "^4.9.1",
"codeclimate-test-reporter": "^0.4.0",
"cz-conventional-changelog": "^1.2.0",
"echint": "^2.0.0",
"semantic-release": "^6.3.2",
"snazzy": "^5.0.0",
"tap": "^8.0.1"
}
}
}

@@ -1,5 +0,49 @@

# HAR Schema [![npm version](https://badge.fury.io/js/har-schema.svg)](https://www.npmjs.com/package/har-schema)
# HAR Schema [![version][npm-version]][npm-url] [![License][npm-license]][license-url]
JSON Schema for HTTP Archive ([HAR](http://www.softwareishard.com/blog/har-12-spec/)).
> JSON Schema for HTTP Archive ([HAR][spec]).
[![Build Status](https://travis-ci.org/epoberezkin/har-schema.svg?branch=master)](https://travis-ci.org/epoberezkin/har-schema)
[![Build Status][travis-image]][travis-url]
[![Downloads][npm-downloads]][npm-url]
[![Code Climate][codeclimate-quality]][codeclimate-url]
[![Coverage Status][codeclimate-coverage]][codeclimate-url]
[![Dependency Status][dependencyci-image]][dependencyci-url]
[![Dependencies][david-image]][david-url]
## Install
```bash
npm install --only=production --save har-schema
```
## Usage
Compatible with any [JSON Schema validation tool][validator].
----
> :copyright: [ahmadnassri.com](https://www.ahmadnassri.com/) &nbsp;&middot;&nbsp;
> License: [ISC][license-url] &nbsp;&middot;&nbsp;
> Github: [@ahmadnassri](https://github.com/ahmadnassri) &nbsp;&middot;&nbsp;
> Twitter: [@ahmadnassri](https://twitter.com/ahmadnassri)
[license-url]: http://choosealicense.com/licenses/isc/
[travis-url]: https://travis-ci.org/ahmadnassri/har-schema
[travis-image]: https://img.shields.io/travis/ahmadnassri/har-schema.svg?style=flat-square
[npm-url]: https://www.npmjs.com/package/har-schema
[npm-license]: https://img.shields.io/npm/l/har-schema.svg?style=flat-square
[npm-version]: https://img.shields.io/npm/v/har-schema.svg?style=flat-square
[npm-downloads]: https://img.shields.io/npm/dm/har-schema.svg?style=flat-square
[codeclimate-url]: https://codeclimate.com/github/ahmadnassri/har-schema
[codeclimate-quality]: https://img.shields.io/codeclimate/github/ahmadnassri/har-schema.svg?style=flat-square
[codeclimate-coverage]: https://img.shields.io/codeclimate/coverage/github/ahmadnassri/har-schema.svg?style=flat-square
[david-url]: https://david-dm.org/ahmadnassri/har-schema
[david-image]: https://img.shields.io/david/ahmadnassri/har-schema.svg?style=flat-square
[dependencyci-url]: https://dependencyci.com/github/ahmadnassri/har-schema
[dependencyci-image]: https://dependencyci.com/github/ahmadnassri/har-schema/badge?style=flat-square
[spec]: https://github.com/ahmadnassri/har-spec/blob/master/versions/1.2.md
[validator]: https://github.com/ahmadnassri/har-validator
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