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

node-builtins

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-builtins - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

5

CHANGELOG.md

@@ -5,2 +5,7 @@ # Change Log

<a name="0.1.1"></a>
## [0.1.1](https://github.com/lholmquist/node-builtins/compare/v0.1.0...v0.1.1) (2017-01-13)
<a name="0.1.0"></a>

@@ -7,0 +12,0 @@ # 0.1.0 (2017-01-12)

3

package.json
{
"name": "node-builtins",
"version": "0.1.0",
"version": "0.1.1",
"main": "index.js",

@@ -10,2 +10,3 @@ "author": "Red Hat, Inc.",

"lint": "eslint test/*.js index.js",
"ci": "npm run lint && npm run coverage",
"prepublish": "nsp check",

@@ -12,0 +13,0 @@ "coverage": "istanbul cover tape test/*.js",

@@ -1,5 +0,6 @@

## Node-Builtins
## Node-Builtins [![Build Status](https://travis-ci.org/lholmquist/node-builtins.svg?branch=master)](https://travis-ci.org/lholmquist/node-builtins) [![Coverage Status](https://coveralls.io/repos/github/lholmquist/node-builtins/badge.svg?branch=master)](https://coveralls.io/github/lholmquist/node-builtins?branch=master)
A small module to return the list of Built-in Core Modules in Node.js
_note: This uses a private method(_builtinLibs) from the repl module_
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