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.0.0 to 3.0.1

1

lib/index.d.ts

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

get<K extends string & keyof this>(name: K): undefined | this[K];
get(name: string): any;
provide(name: string, value?: any, builtin?: boolean): void;

@@ -260,0 +261,0 @@ mixin(name: string, mixins: string[]): void;

2

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

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

Sorry, the diff of this file is not supported yet

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