Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@ray-js/types

Package Overview
Dependencies
Maintainers
1
Versions
396
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 1.5.0 to 1.5.1

6

lib/lifecycle.js

@@ -12,3 +12,3 @@ "use strict";

componentLifecycles["onResize"] = "onResize";
})(componentLifecycles = exports.componentLifecycles || (exports.componentLifecycles = {}));
})(componentLifecycles || (exports.componentLifecycles = componentLifecycles = {}));
var pageLifecycles;

@@ -26,3 +26,3 @@ (function (pageLifecycles) {

pageLifecycles["onShareAppMessage"] = "onShareAppMessage";
})(pageLifecycles = exports.pageLifecycles || (exports.pageLifecycles = {}));
})(pageLifecycles || (exports.pageLifecycles = pageLifecycles = {}));
var appLifecycles;

@@ -37,2 +37,2 @@ (function (appLifecycles) {

appLifecycles["onThemeChanged"] = "onThemeChanged";
})(appLifecycles = exports.appLifecycles || (exports.appLifecycles = {}));
})(appLifecycles || (exports.appLifecycles = appLifecycles = {}));

@@ -9,5 +9,5 @@ "use strict";

PlatformTarget["thing"] = "thing";
})(PlatformTarget = exports.PlatformTarget || (exports.PlatformTarget = {}));
})(PlatformTarget || (exports.PlatformTarget = PlatformTarget = {}));
exports.PlatformTargetPresets = {
mini: ['wechat', 'thing'],
};
{
"name": "@ray-js/types",
"version": "1.5.0",
"version": "1.5.1",
"description": "Ray types",

@@ -30,3 +30,3 @@ "keywords": [

"dependencies": {
"path-to-regexp": "^6.2.1"
"path-to-regexp": "^6.2.2"
},

@@ -41,3 +41,3 @@ "devDependencies": {

},
"gitHead": "acb0b960e4f0cda492b34c950bf9cd8d5b27ec8a"
"gitHead": "c72417d2eda79e7cb4a0ae547e0483eb72d6330f"
}
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