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

@stamp/eventemittable

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@stamp/eventemittable - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

4

__tests__/eventemittable.js

@@ -24,4 +24,4 @@ var compose = require('@stamp/compose');

it('should not overwrite collided methods', function () {
const on = jest.fn();
const off = jest.fn();
var on = jest.fn();
var off = jest.fn();
var MyStamp = compose(EventEmittable, {

@@ -28,0 +28,0 @@ methods: {on: on, off: off}

{
"name": "@stamp/eventemittable",
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",

@@ -5,0 +5,0 @@ "description": "Node.js' EventEmitter as a stamp",

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