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

flex-plugins-api-utils

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flex-plugins-api-utils - npm Package Compare versions

Comparing version 0.1.0 to 0.2.0

README.md

5

dist/env.d.ts

@@ -0,7 +1,8 @@

export declare type Realm = 'dev' | 'stage';
export declare const isDebug: () => boolean;
export declare const getRealm: () => string | undefined;
export declare const getRealm: () => Realm;
declare const _default: {
isDebug: () => boolean;
getRealm: () => string | undefined;
getRealm: () => Realm;
};
export default _default;

4

package.json
{
"name": "flex-plugins-api-utils",
"version": "0.1.0",
"version": "0.2.0",
"description": "Flex Plugins API Utils",

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

},
"gitHead": "2ea63ced69f0378658bc6b9a632995afa4fad622"
"gitHead": "a00bb3685f9ba77b075f921b87c736683827f4a4"
}

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