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

mix-objects

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mix-objects - npm Package Compare versions

Comparing version 0.0.0 to 0.0.1-security

28

package.json
{
"name": "mix-objects",
"version": "0.0.0",
"description": "Mix specified objects",
"version": "0.0.1-security",
"description": "",
"main": "index.js",
"scripts": {
"test": "prova"
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"prova": "*"
},
"keywords": [
"object",
"mix"
],
"repository": {
"url": "git@github.com:azer\/mix-objects.git",
"type": "git"
"type": "git",
"url": "git+https://github.com/npm/security-holder.git"
},
"author": "Azer Ko\u00e7ulu <azer@kodfabrik.com>",
"license": "BSD"
}
"keywords": [],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/npm/security-holder/issues"
},
"homepage": "https://github.com/npm/security-holder#readme"
}

@@ -1,24 +0,9 @@

## mix-objects
# Security holding package
Mix specified objects
This package name is not currently in use, but was formerly occupied
by a popular package. To avoid malicious use, npm is hanging on to
the package name, but loosely, and we'll probably give it to you if
you want it.
## Install
```bash
$ npm install mix-objects
```
## Usage
```js
mix = require('mix-objects')
foo = { a: 1, b: 2 }
bar = { c: 3, d: 4 }
qux = { e: 5, f: 6 }
mix(foo, [bar, qux])
foo
// => { a: 1, b: 2, c: 3, d: 4, e: 5, f: 6 }
```
You may adopt this package by contacting support@npmjs.com and
requesting the name.
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