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-3 to 9.0.2-snapshot-4

2

CHANGELOG.md

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

## [9.0.2-snapshot-3](https://github.com/instructure/instructure-ui/compare/v9.0.1...v9.0.2-snapshot-3) (2024-05-28)
## [9.0.2-snapshot-4](https://github.com/instructure/instructure-ui/compare/v9.0.1...v9.0.2-snapshot-4) (2024-06-05)

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

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

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

"devDependencies": {
"@instructure/ui-babel-preset": "9.0.2-snapshot-3",
"@instructure/ui-babel-preset": "9.0.2-snapshot-4",
"@types/babel-plugin-macros": "^3.1.3"

@@ -29,0 +29,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