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

mobidic

Package Overview
Dependencies
Maintainers
0
Versions
63
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mobidic - npm Package Compare versions

Comparing version 0.0.6 to 0.0.7

2

package.json
{
"name": "mobidic",
"version": "0.0.6",
"version": "0.0.7",
"keywords": [],

@@ -5,0 +5,0 @@ "author": "js2me",

@@ -9,5 +9,5 @@ import { InjectRegisterConfig } from './container.types';

createValue(...args: any[]): TTarget;
static create<TTarget>(token?: Exclude<TagDetailedConfig<TTarget>['token'], undefined>, config?: Omit<TagDetailedConfig<TTarget>, 'token'>): Tag<TTarget, any[]>;
static create<TTarget, TArgs extends any[] = any[]>(token?: Exclude<TagDetailedConfig<TTarget, TArgs>['token'], undefined>, config?: Omit<TagDetailedConfig<TTarget, TArgs>, 'token'>): Tag<TTarget, TArgs>;
static research<TTarget = any>(value: any): Tag<TTarget> | null;
}
//# sourceMappingURL=tag.d.ts.map

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