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

eke

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

eke - npm Package Compare versions

Comparing version 0.0.1 to 1.0.0

30

package.json
{
"name": "eke",
"version": "0.0.1",
"description": "Require thy module and eke extend hit.",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "npm run tap",
"tap": "NODE_ENV=development tap test/*.js"
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/bucaran/eke"
"url": "git+https://github.com/npm/deprecate-holder.git"
},
"keywords": [
"require",
"extend",
"with",
"eke"
],
"author": "Jorge Bucaran",
"license": "MIT",
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/bucaran/eke/issues"
"url": "https://github.com/npm/deprecate-holder/issues"
},
"homepage": "https://github.com/bucaran/eke",
"dependencies": {
"readable-stream": "^1.0.33",
"tap": "^0.7.1"
},
"devDependencies": {
"tap": "^0.7.1"
}
"homepage": "https://github.com/npm/deprecate-holder#readme"
}

@@ -1,46 +0,5 @@

![](https://img.shields.io/badge/License-MIT-303030.svg?style=flat-square)
[![Build Status][TravisLogo]][Travis]
![](https://img.shields.io/badge/require-eke-yellow.svg?style=flat-square)
[![NPM Downloads](http://img.shields.io/npm/dm/eke.svg?style=flat-square)](https://www.npmjs.org/package/eke)
# Deprecated Package
> __eke__ _adverb_ \ˈēk\
This package is no longer supported and has been deprecated. To avoid malicious use, npm is hanging on to the package name.
> Middle English, from Old English ēac; akin to Old High German ouh __also__, __in addition__
## Synopsis
[_eke_](http://www.merriam-webster.com/dictionary/eke) is a wrapper for `require` that lets you extend the imported module with a list of `N` objects.
```
require("eke")([, module1[, ...[, moduleN]]])
```
## Install
```sh
npm install eke
```
## Examples
```js
var fat = require("eke")("greasy", {
cocoa: "powder",
butter: "stick"
})
// expect(cocoa in fat && butter in fat, true)
var abc_to_z = require("eke")("a",
require(b),
require(c)/*,
....... */,
require(z))
```
# License
[MIT](http://opensource.org/licenses/MIT) © [Jorge Bucaran][Author]
[Author]: http://about.bucaran.me
[TravisLogo]: http://img.shields.io/travis/bucaran/eke.svg?style=flat-square
[Travis]: https://travis-ci.org/bucaran/eke
Please contact support@npmjs.com if you have questions about this package.
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