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

xprezzo-mixin

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

xprezzo-mixin - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

7

History.md

@@ -1,4 +0,9 @@

1.1.0 / 2020-10-05
1.1.1 / 2020-10-17
==================
* devDepds: mocha to 8.2.0
1.1.0 / 2020-10-05
==================
* Update depds

@@ -5,0 +10,0 @@

4

index.js

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

function mixin (baseObject) {
module.exports = function (baseObject) {
let nCount, singleArgument, element

@@ -13,3 +13,1 @@ for (nCount = 1; nCount < arguments.length; nCount++) {

}
module.exports = mixin
{
"name": "xprezzo-mixin",
"description": "Implementation of setting the prototype of an instianted object",
"version": "1.1.0",
"version": "1.1.1",
"author": "Ben Ajenoui <info@seohero.io>",
"devDependencies": {
"mocha": "^8.1.3"
"mocha": "8.2.0"
},

@@ -9,0 +9,0 @@ "keywords": [

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