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

sand-require

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sand-require - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.travis.yml

11

CHANGELOG.md

@@ -5,4 +5,15 @@ # Change Log

<a name="1.0.1"></a>
## [1.0.1](https://github.com/iftxt/sand-require/compare/v1.0.0...v1.0.1) (2017-09-16)
### Bug Fixes
* **test:** add .travis.yml ([4f646a3](https://github.com/iftxt/sand-require/commit/4f646a3))
* **test:** drop Node.js v4.0.0 ([ee215d5](https://github.com/iftxt/sand-require/commit/ee215d5))
<a name="1.0.0"></a>
# 1.0.0 (2017-09-16)
initial release

2

package.json
{
"name": "sand-require",
"version": "1.0.0",
"version": "1.0.1",
"description": "require modules as sandboxed objects",

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

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

# sand-require
# sand-require [![Build Status](https://travis-ci.org/iftxt/sand-require.svg)](https://travis-ci.org/iftxt/sand-require)
require modules as sandboxed objects

@@ -14,3 +14,3 @@

```js
const sandRequire = require('../lib/')
const sandRequire = require('sand-require')
const http = sandRequire('http')

@@ -17,0 +17,0 @@

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