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.33 to 0.0.34

2

package.json
{
"name": "mobidic",
"version": "0.0.33",
"version": "0.0.34",
"keywords": [],

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

@@ -86,4 +86,4 @@ import { tagMark } from './constants.js';

}
if (typeof this.config.value === 'function') {
Object.defineProperty(this.config.value, tagMark, {
if (typeof this.token === 'function') {
Object.defineProperty(this.token, tagMark, {
value: this,

@@ -90,0 +90,0 @@ configurable: false,

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