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

@platform/util.is

Package Overview
Dependencies
Maintainers
1
Versions
117
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platform/util.is - npm Package Compare versions

Comparing version 0.0.162 to 0.0.165

lib/is.TEST.js

5

lib/index.d.ts

@@ -1,2 +0,3 @@

export * from './is';
export * from './types';
import { Is } from './is';
export { Is };
export declare const is: import("./types").Is;

7

lib/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
tslib_1.__exportStar(require("./is"), exports);
tslib_1.__exportStar(require("./types"), exports);
exports.is = exports.Is = void 0;
var is_1 = require("./is");
Object.defineProperty(exports, "Is", { enumerable: true, get: function () { return is_1.Is; } });
exports.is = is_1.Is;
import * as t from './types';
export declare const is: t.Is;
export declare const Is: t.Is;
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.is = void 0;
exports.is = {
exports.Is = void 0;
exports.Is = {
get nodeEnv() {

@@ -36,3 +36,3 @@ return this.browser ? 'browser' : process.env.NODE_ENV || 'development';

subject: function (input) {
return exports.is.observable(input) && typeof (input === null || input === void 0 ? void 0 : input.next) === 'function';
return exports.Is.observable(input) && typeof (input === null || input === void 0 ? void 0 : input.next) === 'function';
},

@@ -39,0 +39,0 @@ stream: function (input) {

{
"name": "@platform/util.is",
"version": "0.0.162",
"version": "0.0.165",
"description": "Environment flags.",

@@ -16,4 +16,4 @@ "main": "lib/index",

"devDependencies": {
"@platform/test": "0.2.10",
"@platform/ts": "4.1.23"
"@platform/test": "0.3.2",
"@platform/ts": "4.7.7"
},

@@ -20,0 +20,0 @@ "files": [

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