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

common

Package Overview
Dependencies
Maintainers
0
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

common - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

common.min.js

4

index.js

@@ -77,3 +77,3 @@ var noop = function() {};

var extend = function(proto, fn) {
exports.extend = function(proto, fn) {
var C = function() {

@@ -93,3 +93,3 @@ proto.call(this);

exports.emitter = function(fn) {
return extend(Emitter, fn);
return exports.extend(Emitter, fn);
};

@@ -96,0 +96,0 @@

{
"name":"common",
"version":"0.1.0",
"description":"A small utility package with some useful stuff",
"author":"Mathias Buus Madsen <mathiasbuus@gmail.com>",
"version":"0.1.1",
"description":"A utility package with some useful functional stuff",
"author": "Ge.tt <hello@ge.tt>",
"contributors": [
"Mathias Buus Madsen <m@ge.tt>"
],
"main":"./index.js"
}
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