Socket
Socket
Sign inDemoInstall

toml

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

toml - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

1

index.js

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

var Stream = require('stream');
var toml = require('./lib/toml');

@@ -3,0 +2,0 @@

2

package.json
{
"name": "toml",
"version": "1.0.0",
"version": "1.0.1",
"description": "TOML parser for Node.js",

@@ -5,0 +5,0 @@ "main": "index.js",

@@ -6,6 +6,8 @@ TOML Parser for Node.js

[![NPM](https://nodei.co/npm/toml.png?downloads=true)](https://nodei.co/npm/toml/)
If you haven't heard of TOML, well you're just missing out. [Go check it out now.](https://github.com/mojombo/toml) Back? Good.
Instalation
-----------
Installation
------------

@@ -12,0 +14,0 @@ toml-node is available via npm.

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