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

har-to-curl

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-to-curl - npm Package Compare versions

Comparing version 0.1.2 to 0.1.3

10

component.json
{
"name": "har-to-curl",
"description": "Convert a HAR (HTTP Archive) object to a cURL command using JavaScript.",
"version": "0.1.2",
"main": "lib/har-to-curl.js",
"license": "MIT"
"name": "har-to-curl",
"description": "Convert a HAR (HTTP Archive) object to a cURL command using JavaScript.",
"version": "0.1.3",
"main": "lib/har-to-curl.js",
"license": "Creative Commons Attribution 3.0 Unported (CC BY 3.0)"
}
/**
* @preserve All rights reserved by the author.
*
* A CommonJS utility for converting a HAR (HTTP Archive) format JSON object to a cURL command string for use on the command line.
*
* @overview
* @author Matthew Caruana Galizia <m@m.cg>
* @license MIT License
* @version 0.1.2
* @license Creative Commons Attribution 3.0 Unported (CC BY 3.0)
* @copyright Copyright (c) 2012, Matthew Caruana Galizia
* @version 0.1.3
* @preserve
*/

@@ -10,0 +11,0 @@

{
"name": "har-to-curl",
"version": "0.1.2",
"version": "0.1.3",
"description": "A CommonJS utility for converting a HAR (HTTP Archive) format JSON object to a cURL command string for use on the command line.",
"main": "lib/har-to-curl.js",
"implements": ["CommonJS/Modules/1.0"],
"repositories": [

@@ -20,4 +21,4 @@ {

{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
"type": "Creative Commons Attribution 3.0 Unported (CC BY 3.0)",
"url": "http://creativecommons.org/licenses/by/3.0/legalcode"
}

@@ -29,4 +30,3 @@ ],

"convert"
],
"implements": ["CommonJS/Modules/1.0"]
]
}

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

# HAR to curl #
# HAR to cURL #

@@ -16,2 +16,2 @@ Written in JavaScript. CommonJS format. Inspired by a [Python implementation](https://github.com/snoe/harToCurl).

MIT (see LICENSE.txt).
Copyright © 2012 [Matthew Caruana Galizia](http://twitter.com/mcaruanagalizia), licensed under a [Creative Commons Attribution 3.0 Unported (CC BY 3.0)](http://creativecommons.org/licenses/by/3.0/legalcode) license.
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