Socket
Socket
Sign inDemoInstall

noodl-types

Package Overview
Dependencies
2
Maintainers
1
Versions
240
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.196 to 1.0.197

2

dist/componentTypes.d.ts

@@ -149,2 +149,2 @@ import { ActionObject } from './actionTypes';

}
export declare type PageComponentUrl<S> = S extends `${string}@${string}#${string}` ? `${string}@${string}#${string}` : string;
export declare type PageComponentUrl<S extends string = string> = S extends `${string}@${string}#${string}` ? S : string;

@@ -40,3 +40,3 @@ {

"typings": "./dist/index.d.ts",
"version": "1.0.196"
"version": "1.0.197"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc