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

mixly

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

mixly - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

immutable.js

2

append.js

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

var copy = require('./copy.js');
var copy = require('./copy.js');

@@ -3,0 +3,0 @@ // Public API

@@ -1,7 +0,8 @@

var copy = require('./copy.js')
, chain = require('./chain.js')
, clone = require('./clone.js')
, extend = require('./extend.js')
, append = require('./append.js')
, inherit = require('./inherit.js')
var copy = require('./copy.js')
, chain = require('./chain.js')
, clone = require('./clone.js')
, extend = require('./extend.js')
, append = require('./append.js')
, inherit = require('./inherit.js')
, immutable = require('./immutable.js')
;

@@ -14,7 +15,8 @@

// expose everything with explicit names
module.exports.copy = copy;
module.exports.chain = chain;
module.exports.clone = clone;
module.exports.extend = extend;
module.exports.append = append;
module.exports.inherit = inherit;
module.exports.copy = copy;
module.exports.chain = chain;
module.exports.clone = clone;
module.exports.extend = extend;
module.exports.append = append;
module.exports.inherit = inherit;
module.exports.immutable = immutable;
{
"name": "mixly",
"version": "0.1.0",
"version": "0.2.0",
"description": "Mixins for prototype inheritance, works with both objects and functions.",

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

"lint": "eslint *.js test/*.js",
"test": "nyc --reporter=lcov --reporter=text tape ./test/*.js",
"test": "nyc --reporter=lcov --reporter=text tape ./test/*.js | tap-dot",
"posttest": "nyc check-coverage --lines 98 --functions 100 --branches 98",
"browser": "browserify test/*.js | ghostface | tap-set-exit"
"browser": "browserify test/*.js | ghostface | tap-dot"
},

@@ -39,15 +39,15 @@ "pre-commit": [

"devDependencies": {
"browserify": "^12.0.1",
"browserify": "^13.0.0",
"codacy-coverage": "^1.1.3",
"coveralls": "^2.11.6",
"eslint": "^1.10.3",
"eslint": "^2.2.0",
"ghostface": "^1.5.0",
"lodash.partialright": "^3.1.1",
"nyc": "^5.3.0",
"phantomjs": "^1.9.19",
"nyc": "^5.6.0",
"phantomjs-prebuilt": "^2.1.4",
"pre-commit": "^1.1.2",
"reamde": "^1.1.0",
"tap-set-exit": "^1.1.1",
"tap-dot": "^1.0.4",
"tap-nyan": "0.0.2",
"tape": "^4.4.0"
}
}

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

# mixly <!-- [![NPM Module](https://img.shields.io/npm/v/mixly.svg?style=flat)](https://www.npmjs.com/package/mixly) -->
# mixly [![NPM Module](https://img.shields.io/npm/v/mixly.svg?style=flat)](https://www.npmjs.com/package/mixly)

@@ -8,7 +8,7 @@ Mixins for prototype inheritance, works with both objects and functions.

[![Windows Build](https://img.shields.io/appveyor/ci/alexindigo/mixly/master.svg?label=windows:0.10-5.x&style=flat)](https://ci.appveyor.com/project/alexindigo/mixly)
<!-- [![Readme](https://img.shields.io/badge/readme-tested-brightgreen.svg?style=flat)](https://www.npmjs.com/package/reamde) -->
[![Coverage Status](https://img.shields.io/coveralls/alexindigo/mixly/master.svg?label=code+coverage&style=flat)](https://coveralls.io/github/alexindigo/mixly?branch=master)
[![Dependency Status](https://img.shields.io/david/alexindigo/mixly.svg?style=flat)](https://david-dm.org/alexindigo/mixly)
![Readme](https://img.shields.io/badge/readme-tested-brightgreen.svg?style=flat)
<!-- No flat badge yet [![bitHound Overall Score](https://www.bithound.io/github/alexindigo/mixly/badges/score.svg)](https://www.bithound.io/github/alexindigo/mixly) -->
[![bitHound Overall Score](https://www.bithound.io/github/alexindigo/mixly/badges/score.svg)](https://www.bithound.io/github/alexindigo/mixly)

@@ -15,0 +15,0 @@ ## Install

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