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

prime

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

prime - npm Package Compare versions

Comparing version 0.0.2-alpha to 0.0.3-alpha

1

es5/array.js

@@ -65,5 +65,4 @@ /*

for (var i = 0, name, method; name = names[i++];) if ((method = proto[name])) methods[name] = method
array.implement(methods)
module.exports = array

6

package.json
{
"name": "prime",
"homepage": "https://github.com/mootools/prime",
"version": "0.0.2-alpha",
"version": "0.0.3-alpha",
"main": "./main.js",

@@ -14,3 +14,5 @@ "description": "prime, an OOP javascript library for node and the web.",

],
"bugs": "https://github.com/mootools/prime/issues",
"bugs": {
"url": "https://github.com/mootools/prime/issues"
},
"license": "MIT (http://mootools.net/license.txt)",

@@ -17,0 +19,0 @@ "repository": {

@@ -39,10 +39,2 @@ /*

var extend = function(object, props){
var self = create(object)
each(props, function(v, k){
self[k] = v
})
return self
}
var mutator = function(key, value){

@@ -49,0 +41,0 @@ this.prototype[key] = value

Sorry, the diff of this file is not supported yet

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