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.4.0 to 0.4.1

2

component.json
{
"name": "har-to-curl",
"description": "Convert a HAR (HTTP Archive) object to a cURL command using JavaScript.",
"version": "0.4.0",
"version": "0.4.1",
"main": "lib/har-to-curl.js",

@@ -6,0 +6,0 @@ "license": "MIT",

@@ -7,3 +7,3 @@ /**

* @copyright Copyright (c) 2012, Matthew Caruana Galizia
* @version 0.4.0
* @version 0.4.1
* @preserve

@@ -10,0 +10,0 @@ */

{
"name": "har-to-curl",
"version": "0.4.0",
"version": "0.4.1",
"description": "A CommonJS utility for converting a HAR (HTTP Archive) format JSON object to a cURL command string for use on the command line.",

@@ -8,8 +8,6 @@ "main": "lib/har-to-curl.js",

"homepage": "https://github.com/mattcg/har-to-curl",
"repositories": [
{
"type": "git",
"url": "git://github.com/mattcg/har-to-curl.git"
}
],
"repository": {
"type": "git",
"url": "git://github.com/mattcg/har-to-curl.git"
},
"contributors": [

@@ -16,0 +14,0 @@ {

@@ -5,3 +5,3 @@ # HAR to cURL #

:speech_balloon: Try the [web interface](http://mattcg.github.com/har-to-curl/).
:speech_balloon: Try the [web interface](http://mattcg.github.io/har-to-curl/).

@@ -8,0 +8,0 @@ ## Install ##

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