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

rc-js-util

Package Overview
Dependencies
Maintainers
1
Versions
260
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rc-js-util - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

4

bin/debug/_debug.d.ts

@@ -8,4 +8,4 @@ import { debugFlags } from "./debug-flags";

static runBlock(cb: () => void): boolean;
static assert(condition: boolean, errorMessage: string): void;
static error(message: string): void;
static assert(condition: boolean, errorMessage: string): boolean;
static error(message: string): boolean;
static setFlag<TKey extends keyof typeof debugFlags>(flag: typeof debugFlags[TKey]): void;

@@ -12,0 +12,0 @@ static unsetFlag<TKey extends keyof typeof debugFlags>(flag: typeof debugFlags[TKey]): void;

@@ -19,2 +19,3 @@ "use strict";

}
return true;
};

@@ -21,0 +22,0 @@ _Debug.error = function (message) {

{
"name": "rc-js-util",
"version": "1.1.0",
"version": "1.1.1",
"license": "MIT",

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

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