Socket
Socket
Sign inDemoInstall

@effect/data

Package Overview
Dependencies
0
Maintainers
3
Versions
79
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.18.2 to 0.18.3

32

Differ.d.ts

@@ -10,35 +10,4 @@ /**

import type { HashSet } from "@effect/data/HashSet";
import * as ChunkPatch from "@effect/data/internal/Differ/ChunkPatch";
import * as ContextPatch from "@effect/data/internal/Differ/ContextPatch";
import * as HashMapPatch from "@effect/data/internal/Differ/HashMapPatch";
import * as HashSetPatch from "@effect/data/internal/Differ/HashSetPatch";
import * as OrPatch from "@effect/data/internal/Differ/OrPatch";
export {
/**
* @since 1.0.0
* @category patch
*/
ChunkPatch,
/**
* @since 1.0.0
* @category patch
*/
ContextPatch,
/**
* @since 1.0.0
* @category patch
*/
HashMapPatch,
/**
* @since 1.0.0
* @category patch
*/
HashSetPatch,
/**
* @since 1.0.0
* @category patch
*/
OrPatch };
/**
* @since 1.0.0
* @category symbol

@@ -339,2 +308,3 @@ */

};
export {};
//# sourceMappingURL=Differ.d.ts.map

@@ -6,15 +6,10 @@ "use strict";

});
exports.zip = exports.updateWith = exports.update = exports.transform = exports.patch = exports.orElseEither = exports.make = exports.hashSet = exports.hashMap = exports.environment = exports.empty = exports.diff = exports.combine = exports.chunk = exports.TypeId = exports.OrPatch = exports.HashSetPatch = exports.HashMapPatch = exports.ContextPatch = exports.ChunkPatch = void 0;
exports.zip = exports.updateWith = exports.update = exports.transform = exports.patch = exports.orElseEither = exports.make = exports.hashSet = exports.hashMap = exports.environment = exports.empty = exports.diff = exports.combine = exports.chunk = exports.TypeId = void 0;
var Dual = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/Function"));
var D = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/internal/Differ"));
var ChunkPatch = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/internal/Differ/ChunkPatch"));
exports.ChunkPatch = ChunkPatch;
var ContextPatch = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/internal/Differ/ContextPatch"));
exports.ContextPatch = ContextPatch;
var HashMapPatch = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/internal/Differ/HashMapPatch"));
exports.HashMapPatch = HashMapPatch;
var HashSetPatch = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/internal/Differ/HashSetPatch"));
exports.HashSetPatch = HashSetPatch;
var OrPatch = /*#__PURE__*/_interopRequireWildcard( /*#__PURE__*/require("@effect/data/internal/Differ/OrPatch"));
exports.OrPatch = OrPatch;
function _getRequireWildcardCache(nodeInterop) { if (typeof WeakMap !== "function") return null; var cacheBabelInterop = new WeakMap(); var cacheNodeInterop = new WeakMap(); return (_getRequireWildcardCache = function (nodeInterop) { return nodeInterop ? cacheNodeInterop : cacheBabelInterop; })(nodeInterop); }

@@ -21,0 +16,0 @@ function _interopRequireWildcard(obj, nodeInterop) { if (!nodeInterop && obj && obj.__esModule) { return obj; } if (obj === null || typeof obj !== "object" && typeof obj !== "function") { return { default: obj }; } var cache = _getRequireWildcardCache(nodeInterop); if (cache && cache.has(obj)) { return cache.get(obj); } var newObj = {}; var hasPropertyDescriptor = Object.defineProperty && Object.getOwnPropertyDescriptor; for (var key in obj) { if (key !== "default" && Object.prototype.hasOwnProperty.call(obj, key)) { var desc = hasPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : null; if (desc && (desc.get || desc.set)) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } newObj.default = obj; if (cache) { cache.set(obj, newObj); } return newObj; }

2

package.json
{
"name": "@effect/data",
"version": "0.18.2",
"version": "0.18.3",
"description": "Functional programming in TypeScript",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -18,30 +18,2 @@ /**

export {
/**
* @since 1.0.0
* @category patch
*/
ChunkPatch,
/**
* @since 1.0.0
* @category patch
*/
ContextPatch,
/**
* @since 1.0.0
* @category patch
*/
HashMapPatch,
/**
* @since 1.0.0
* @category patch
*/
HashSetPatch,
/**
* @since 1.0.0
* @category patch
*/
OrPatch
}
/**

@@ -48,0 +20,0 @@ * @since 1.0.0

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc