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.6.5 to 0.6.6-beta-1

1

esm/platform.d.ts

@@ -11,2 +11,3 @@ /**

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

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

3

esm/platform.js

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

PlatformTarget["thing"] = "thing";
PlatformTarget["tuya"] = "tuya";
PlatformTarget["native"] = "native";
})(PlatformTarget || (PlatformTarget = {}));
export const PlatformTargetPresets = {
mini: ['wechat', 'thing'],
mini: ['wechat', 'thing', 'tuya'],
native: ['ios', 'android'],
};
//# sourceMappingURL=platform.js.map

@@ -11,2 +11,3 @@ /**

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

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

@@ -11,8 +11,9 @@ "use strict";

PlatformTarget["thing"] = "thing";
PlatformTarget["tuya"] = "tuya";
PlatformTarget["native"] = "native";
})(PlatformTarget = exports.PlatformTarget || (exports.PlatformTarget = {}));
exports.PlatformTargetPresets = {
mini: ['wechat', 'thing'],
mini: ['wechat', 'thing', 'tuya'],
native: ['ios', 'android'],
};
//# sourceMappingURL=platform.js.map
{
"name": "@ray-js/types",
"version": "0.6.5",
"version": "0.6.6-beta-1",
"description": "Ray types",

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

],
"gitHead": "547c710fa9a2cdb8749be0d4907149c02f74d4f3",
"gitHead": "104e90dd313c572b3a8e333289814aaa0e6db61a",
"repository": {}
}

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