Socket
Socket
Sign inDemoInstall

@ray-js/types

Package Overview
Dependencies
Maintainers
1
Versions
365
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ray-js/types - npm Package Compare versions

Comparing version 0.3.30 to 0.3.31

10

esm/ray.config.d.ts

@@ -24,2 +24,8 @@ interface Output {

}
export interface WebConfig {
output?: {
publicPath?: string;
filename?: string;
};
}
export declare type RayConfig = Partial<{

@@ -31,3 +37,7 @@ /**

rn: RNConfig;
/**
* web打包自定义配置
*/
web?: WebConfig;
}>;
export {};

@@ -24,2 +24,8 @@ interface Output {

}
export interface WebConfig {
output?: {
publicPath?: string;
filename?: string;
};
}
export declare type RayConfig = Partial<{

@@ -31,3 +37,7 @@ /**

rn: RNConfig;
/**
* web打包自定义配置
*/
web?: WebConfig;
}>;
export {};

4

package.json
{
"name": "@ray-js/types",
"version": "0.3.30",
"version": "0.3.31",
"description": "Ray types",

@@ -39,4 +39,4 @@ "keywords": [

],
"gitHead": "3a986d13b71080e66c302b33c322c0a89da03cdf",
"gitHead": "0e8f60742f2e5a397e15c41b56c4465234b2ca15",
"repository": {}
}
SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc