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

prime-util

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prime-util - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

2

package.json
{
"name": "prime-util",
"version": "0.3.0",
"version": "0.3.1",
"description": "Extra Utilities using Prime",

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

@@ -5,9 +5,10 @@ "use strict";

var slice = require('prime/array/slice')
var create = require('prime/object/create')
function mixin(object){
var mixins = slice.call(arguments, 1)
var mixins = slice(arguments, 1)
for (var i = 0; i < mixins.length; i++){
object.implement(prime.create(mixins[i].prototype))
object.implement(create(mixins[i].prototype))
}

@@ -14,0 +15,0 @@

@@ -10,3 +10,3 @@ "use strict";

this._parent = parent.constructor.parent
var result = parent[method].apply(this, slice.call(arguments, 1))
var result = parent[method].apply(this, slice(arguments, 1))
this._parent = parent

@@ -13,0 +13,0 @@ return result

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