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

slate-dev-environment

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

slate-dev-environment - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

dist/slate-dev-environment.js

3

lib/slate-dev-environment.es.js

@@ -190,2 +190,3 @@ import browser from 'is-in-browser';

var IS_CHROME = BROWSER === 'chrome';
var IS_OPERA = BROWSER === 'opera';
var IS_FIREFOX = BROWSER === 'firefox';

@@ -203,3 +204,3 @@ var IS_SAFARI = BROWSER === 'safari';

export { IS_CHROME, IS_FIREFOX, IS_SAFARI, IS_IE, IS_EDGE, IS_ANDROID, IS_IOS, IS_MAC, IS_WINDOWS, SUPPORTED_EVENTS };
export { IS_CHROME, IS_OPERA, IS_FIREFOX, IS_SAFARI, IS_IE, IS_EDGE, IS_ANDROID, IS_IOS, IS_MAC, IS_WINDOWS, SUPPORTED_EVENTS };
//# sourceMappingURL=slate-dev-environment.es.js.map

@@ -196,2 +196,3 @@ 'use strict';

var IS_CHROME = BROWSER === 'chrome';
var IS_OPERA = BROWSER === 'opera';
var IS_FIREFOX = BROWSER === 'firefox';

@@ -210,2 +211,3 @@ var IS_SAFARI = BROWSER === 'safari';

exports.IS_CHROME = IS_CHROME;
exports.IS_OPERA = IS_OPERA;
exports.IS_FIREFOX = IS_FIREFOX;

@@ -212,0 +214,0 @@ exports.IS_SAFARI = IS_SAFARI;

{
"name": "slate-dev-environment",
"description": "Detect browser and OS environments in core Slate packages",
"version": "0.1.1",
"version": "0.1.2",
"license": "MIT",

@@ -6,0 +6,0 @@ "repository": "git://github.com/ianstormtaylor/slate.git",

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