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

cordis

Package Overview
Dependencies
Maintainers
1
Versions
139
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cordis - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

1

lib/index.d.ts

@@ -220,3 +220,2 @@ import { Awaitable, Promisify, Dict } from 'cosmokit';

'internal/event'(type: 'emit' | 'parallel' | 'serial' | 'bail', name: string, args: any[], thisArg: any): void;
[K: `event/${string}`]: (ctx: C, listener: Function, prepend: boolean) => undefined | (() => boolean);
}

@@ -223,0 +222,0 @@ export namespace Context {

2

package.json
{
"name": "cordis",
"description": "AOP Framework for Modern JavaScript Applications",
"version": "3.2.0",
"version": "3.2.1",
"sideEffects": false,

@@ -6,0 +6,0 @@ "main": "lib/index.cjs",

@@ -192,3 +192,2 @@ import { Awaitable, defineProperty, Promisify, remove } from 'cosmokit'

'internal/event'(type: 'emit' | 'parallel' | 'serial' | 'bail', name: string, args: any[], thisArg: any): void
[K: `event/${string}`]: (ctx: C, listener: Function, prepend: boolean) => undefined | (() => boolean)
}
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