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

arbre-mixin

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

arbre-mixin - npm Package Compare versions

Comparing version 0.0.0-alpha.0a71f0d4 to 0.0.0-alpha.0a71f0d4-alpha.1fae31d4

9

index.es.js

@@ -8,13 +8,6 @@ import toMethod from 'to-method';

// require modules if needed
modules.map(moduleName => {
if ('string' === typeof moduleName) {
return require(moduleName);
}
return moduleName;
})
// mixin each module into `nodeClass` prototype
.forEach(module => toMethod(nodeClass, module));
modules.forEach(module => toMethod(nodeClass, module));
}
export default mixin;

@@ -14,11 +14,4 @@ (function (global, factory) {

// require modules if needed
modules.map(moduleName => {
if ('string' === typeof moduleName) {
return require(moduleName);
}
return moduleName;
})
// mixin each module into `nodeClass` prototype
.forEach(module => toMethod(nodeClass, module));
modules.forEach(module => toMethod(nodeClass, module));
}

@@ -25,0 +18,0 @@

4

package.json
{
"name": "arbre-mixin",
"version": "0.0.0-alpha.0a71f0d4",
"version": "0.0.0-alpha.0a71f0d4-alpha.1fae31d4",
"main": "index.js",

@@ -13,3 +13,3 @@ "jsnext:main": "index.es.js",

"devDependencies": {
"arbre-access": "^0.0.0-alpha.0a71f0d4"
"arbre-access": "^0.0.0-alpha.0a71f0d4-alpha.1fae31d4"
},

@@ -16,0 +16,0 @@ "arbre": {

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