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

@clerc/plugin-completions

Package Overview
Dependencies
Maintainers
1
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@clerc/plugin-completions - npm Package Compare versions

Comparing version 0.9.2 to 0.10.0

4

dist/index.d.ts

@@ -1,2 +0,2 @@

import * as clerc from 'clerc';
import * as _clerc_core from '@clerc/core';

@@ -6,4 +6,4 @@ interface Options {

}
declare const completionsPlugin: (options?: Options) => clerc.Plugin<clerc.Clerc<{}>, clerc.Clerc<{}>>;
declare const completionsPlugin: (options?: Options) => _clerc_core.Plugin<_clerc_core.Clerc<{}>, _clerc_core.Clerc<{}>>;
export { Options, completionsPlugin };
{
"name": "@clerc/plugin-completions",
"version": "0.9.2",
"version": "0.10.0",
"author": "Ray <nn_201312@163.com> (https://github.com/so1ve)",

@@ -46,4 +46,4 @@ "description": "Clerc plugin completions",

"dependencies": {
"@clerc/utils": "0.9.2",
"clerc": "0.9.2"
"@clerc/core": "0.10.0",
"@clerc/utils": "0.10.0"
},

@@ -50,0 +50,0 @@ "scripts": {

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