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

prime

Package Overview
Dependencies
Maintainers
2
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.2.1 to 0.3.0

5

emitter.js

@@ -55,3 +55,6 @@ /*

for (k in events) copy[k] = events[k]
for (k in copy) copy[k].apply(self, args)
for (k in copy) {
var res = copy[k].apply(self, args)
if (res === false) break;
}
}

@@ -58,0 +61,0 @@

2

package.json
{
"name": "prime",
"homepage": "https://github.com/mootools/prime",
"version": "0.2.1",
"version": "0.3.0",
"main": "./index.js",

@@ -6,0 +6,0 @@ "description": "prime, an OOP JavaScript library for node and the web.",

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