Socket
Socket
Sign inDemoInstall

@instructure/console

Package Overview
Dependencies
Maintainers
33
Versions
1453
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/console - npm Package Compare versions

Comparing version 9.0.2-snapshot-1 to 9.0.2-snapshot-10

2

CHANGELOG.md

@@ -6,3 +6,3 @@ # Change Log

## [9.0.2-snapshot-1](https://github.com/instructure/instructure-ui/compare/v9.0.1...v9.0.2-snapshot-1) (2024-05-22)
## [9.0.2-snapshot-10](https://github.com/instructure/instructure-ui/compare/v9.0.1...v9.0.2-snapshot-10) (2024-06-11)

@@ -9,0 +9,0 @@ **Note:** Version bump only for package @instructure/console

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

import { log as _log } from "@instructure/console";
import { debug as _debug } from "@instructure/console";
import { assert as _assert } from "@instructure/console";
import { info as _info } from "@instructure/console";
import { warnDeprecated as _warnDeprecated } from "@instructure/console";
import { warn as _warn } from "@instructure/console";
import { error as _error } from "@instructure/console";
import { error as _error, warn as _warn, warnDeprecated as _warnDeprecated, info as _info, assert as _assert, debug as _debug, log as _log } from "@instructure/console";
/*

@@ -9,0 +3,0 @@ * The MIT License (MIT)

{
"name": "@instructure/console",
"version": "9.0.2-snapshot-1",
"version": "9.0.2-snapshot-10",
"description": "A babel macro made by Instructure Inc.",

@@ -26,8 +26,8 @@ "author": "Instructure, Inc. Engineering and Product Design",

"devDependencies": {
"@instructure/ui-babel-preset": "9.0.2-snapshot-1",
"@types/babel-plugin-macros": "^3.1.1"
"@instructure/ui-babel-preset": "9.0.2-snapshot-10",
"@types/babel-plugin-macros": "^3.1.3"
},
"dependencies": {
"@babel/helper-annotate-as-pure": "^7.22.5",
"@babel/helper-module-imports": "^7.22.15",
"@babel/helper-module-imports": "^7.24.3",
"babel-plugin-macros": "^3.1.0"

@@ -34,0 +34,0 @@ },

@@ -0,11 +1,7 @@

declare namespace _exports {
export { LogFunc };
}
declare const _exports: any;
export = _exports;
export const error: LogFunc;
export const warn: LogFunc;
export const warnDeprecated: LogFunc;
export const info: (...args: any[]) => void;
export const assert: (...args: any[]) => void;
export const debug: (...args: any[]) => void;
export const log: (...args: any[]) => void;
export type LogFunc = (isSuppressed: boolean, message: string, ...restParam?: any[] | undefined) => any;
type LogFunc = (isSuppressed: boolean, message: string, ...restParam?: any[] | undefined) => any;
//# sourceMappingURL=macro.d.ts.map

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