Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@instructure/shared-types

Package Overview
Dependencies
Maintainers
22
Versions
851
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@instructure/shared-types - npm Package Compare versions

Comparing version 8.13.1-snapshot.41 to 8.13.1-snapshot.42

4

package.json
{
"name": "@instructure/shared-types",
"version": "8.13.1-snapshot.41+add2332d5",
"version": "8.13.1-snapshot.42+be0c3d29e",
"description": "Shared TypeScript typings for Instructure UI packages.",

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

},
"gitHead": "add2332d5dd43d3d931c4a1631748be96f09b49a"
"gitHead": "be0c3d29ed9f56474899ea4d1d2dd3f5bcc84c6a"
}

@@ -29,2 +29,10 @@ /*

export type { AsElementType }
type ToProp = {
/**
* Needed for React Router links
* @private
*/
to?: string
}
export type { AsElementType, ToProp }
import { ComponentType } from 'react';
declare type AsElementType = keyof JSX.IntrinsicElements | ComponentType;
export type { AsElementType };
declare type ToProp = {
/**
* Needed for React Router links
* @private
*/
to?: string;
};
export type { AsElementType, ToProp };
//# sourceMappingURL=CommonProps.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