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.1 to 1.0.2

dist/environment-detector.min.js

10

package.json
{
"name": "@realeyes/environment-detector",
"version": "1.0.1",
"version": "1.0.2",
"scripts": {

@@ -9,4 +9,6 @@ "lint": "eslint .",

"build": "npm run build:flash && npm run build:js",
"minify": "uglifyjs dist/environment-detector.js > dist/environment-detector.min.js",
"compress": "gzipme -O dist/environment-detector.min.js.gz -c best dist/environment-detector.min.js",
"cleanup": "rimraf dist/*",
"all": "npm run cleanup && npm run lint && npm run build",
"all": "npm run cleanup && npm run lint && npm run build && npm run minify && npm run compress",
"prepublish": "npm run all"

@@ -34,3 +36,5 @@ },

"flex-sdk": "^4.6.0-0",
"rimraf": "^2.5.4"
"gzipme": "0.0.9",
"rimraf": "^2.5.4",
"uglify-js": "^2.7.3"
},

@@ -37,0 +41,0 @@ "dependencies": {

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