New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@realeyes/environment-detector

Package Overview
Dependencies
Maintainers
2
Versions
65
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@realeyes/environment-detector - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

12

lib/index.js

@@ -41,7 +41,7 @@ /**

* @typedef {{
* flash: {
* path: string,
* testTimeout: number,
* containerId: string,
* minFlashVersion: string,
* flash: ?{
* path: ?string,
* testTimeout: ?number,
* containerId: ?string,
* minFlashVersion: ?string,
* }

@@ -53,3 +53,3 @@ * }} EnvironmentDetectionOptions

/**
* @param {EnvironmentDetectionOptions} options Options
* @param {?EnvironmentDetectionOptions} options Options
* @return {Promise.<EnvironmentDetectionResult>}

@@ -56,0 +56,0 @@ */

{
"name": "@realeyes/environment-detector",
"version": "1.0.2",
"version": "1.0.3",
"scripts": {

@@ -56,3 +56,6 @@ "lint": "eslint .",

"detector"
]
],
"browserify": {
"transform": [ ["babelify"] ]
}
}

Sorry, the diff of this file is too big to display

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