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

@platform/util.value

Package Overview
Dependencies
Maintainers
1
Versions
145
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@platform/util.value - npm Package Compare versions

Comparing version 0.3.10 to 0.4.0

2

lib/index.d.ts

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

import { value } from './value';
export declare const defaultValue: typeof value.defaultValue;
export { is } from '@platform/util.is';

@@ -2,0 +4,0 @@ export * from './types';

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var tslib_1 = require("tslib");
var value_1 = require("./value");
exports.defaultValue = value_1.value.defaultValue;
var util_is_1 = require("@platform/util.is");

@@ -5,0 +7,0 @@ exports.is = util_is_1.is;

2

package.json
{
"name": "@platform/util.value",
"version": "0.3.10",
"version": "0.4.0",
"description": "Helpers for working with, transforming, and formatting values.",

@@ -5,0 +5,0 @@ "main": "lib/index",

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