Socket
Socket
Sign inDemoInstall

@ray-js/types

Package Overview
Dependencies
Maintainers
1
Versions
377
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.5.10 to 0.5.11

2

esm/platform.d.ts

@@ -10,3 +10,3 @@ /**

'android' = "android",
'tuya' = "tuya",
'thing' = "thing",
'native' = "native"

@@ -13,0 +13,0 @@ }

@@ -7,8 +7,8 @@ export var PlatformTarget;

PlatformTarget["android"] = "android";
PlatformTarget["tuya"] = "tuya";
PlatformTarget["thing"] = "thing";
PlatformTarget["native"] = "native";
})(PlatformTarget || (PlatformTarget = {}));
export const PlatformTargetPresets = {
mini: ['wechat', 'tuya'],
mini: ['wechat', 'thing'],
native: ['ios', 'android'],
};

@@ -10,3 +10,3 @@ /**

'android' = "android",
'tuya' = "tuya",
'thing' = "thing",
'native' = "native"

@@ -13,0 +13,0 @@ }

@@ -10,8 +10,8 @@ "use strict";

PlatformTarget["android"] = "android";
PlatformTarget["tuya"] = "tuya";
PlatformTarget["thing"] = "thing";
PlatformTarget["native"] = "native";
})(PlatformTarget = exports.PlatformTarget || (exports.PlatformTarget = {}));
exports.PlatformTargetPresets = {
mini: ['wechat', 'tuya'],
mini: ['wechat', 'thing'],
native: ['ios', 'android'],
};
{
"name": "@ray-js/types",
"version": "0.5.10",
"version": "0.5.11",
"description": "Ray types",

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

],
"gitHead": "955dd59a037cbfbafd76f6f8f82d74d447e6a152",
"gitHead": "f5460daeb7fc33645238859ac41d6c1517685ab9",
"repository": {}
}
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