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

platform-detect

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

platform-detect - npm Package Compare versions

Comparing version 2.0.2 to 2.0.3

4

index.js

@@ -123,6 +123,6 @@ (function (global, factory) {

};
function emit(name, value) {
var emit = p.emit = function(name, value) {
if (listeners[name])
listeners[name].forEach(listener => listener(value));
}
};

@@ -129,0 +129,0 @@

{
"name": "platform-detect",
"version": "2.0.2",
"version": "2.0.3",
"description": "🃏 Minimalistic isomorphic library for detection of platform, runtime, APIs and more.",

@@ -5,0 +5,0 @@ "author": "Mike Kovarik",

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