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

codesandbox-import-util-types

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codesandbox-import-util-types - npm Package Compare versions

Comparing version 2.1.9 to 2.1.15

9

index.d.ts
export interface IModule {
content: string;
content: string; // If isBinary is true this will be a URL
isBinary: boolean;

@@ -7,2 +7,6 @@ type?: "file";

export interface IBinaryModule extends IModule {
binaryContent: string;
}
export interface IDirectory {

@@ -13,3 +17,3 @@ type: "directory";

export interface INormalizedModules {
[path: string]: IModule | IDirectory;
[path: string]: IModule | IBinaryModule | IDirectory;
}

@@ -22,2 +26,3 @@

isBinary: boolean;
binaryContent?: string;
directoryShortid: string | undefined | null;

@@ -24,0 +29,0 @@ }

{
"name": "codesandbox-import-util-types",
"version": "2.1.9",
"gitHead": "023c846e35e40478911d78eef3524c8aec36c4e0"
"version": "2.1.15",
"gitHead": "3cdcdea389d39f2a92be73dcb73496f68c8ada41"
}
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