New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

jsoncsv

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

jsoncsv - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

circle.yml

35

package.json
{
"name": "jsoncsv",
"description": "A JSON to csv converter for nodeJS",
"version": "0.1.1",
"homepage": "",
"author": "Kris Windham <krsiwindham@gmail.com>",
"version": "0.1.2",
"description": "Standard for compressed JSON data, inspired by CSV",
"main": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"build": "tsc"
},
"repository": {
"type": "git",
"url": "git://github.com/gradus/jsoncsv.git"
"url": "git+https://github.com/RealOrangeOne/JSONCSV.git"
},
"private": false,
"main": "./lib/jsoncsv",
"dependencies": { },
"author": "TheOrangeOne <git@theorangeone.net>",
"license": "MIT",
"bugs": {
"url": "https://github.com/RealOrangeOne/JSONCSV/issues"
},
"homepage": "https://github.com/RealOrangeOne/JSONCSV#readme",
"devDependencies": {
"coffee-script": ">= 1.1.x",
"mocha": "*",
"should": "*",
"assert": "*",
"docco": ">0"
},
"engines": {
"node": "0.4 || 0.6 || 0.7"
},
"optionalDependencies": {},
"scripts": {
"test": "cake test"
"typescript": "=1.8.10"
}
}

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