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

@vyacheslav97/ct

Package Overview
Dependencies
Maintainers
1
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vyacheslav97/ct - npm Package Compare versions

Comparing version 0.0.11 to 0.0.12

2

dist/implementations/uic/uic.d.ts

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

import { IterableConstructor, ValueTransformer } from '../../interfaces/uic/interfaces';
import { IterableConstructor, ValueTransformer } from '../../interfaces/uic/interfaces.js';
/**

@@ -3,0 +3,0 @@ * Creates iterable transformer into target iterable via **targetIterableConstructor**

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

import { SingleToSingle, SingleToPair, PairToSingle } from '../../interfaces/uic/interfaces';
import { SingleToSingle, SingleToPair, PairToSingle } from '../../interfaces/uic/interfaces.js';
/**********************************************************************************************************************/

@@ -3,0 +3,0 @@ /**

// UIC Standard Data Structures (UICSDS)
import { createIterableTransformer } from './uic';
import { createIterableTransformer } from "./uic.js";
// "arrayTo" converters

@@ -4,0 +4,0 @@ /**********************************************************************************************************************/

{
"type": "module",
"name": "@vyacheslav97/ct",
"version": "0.0.11",
"version": "0.0.12",
"description": "",

@@ -6,0 +6,0 @@ "exports": {

@@ -31,3 +31,3 @@ # <u>Common tools (ct, also @vyacheslav97/ct)</u>

```ts
import {createIterableTransformer, transformToIterable} from '@vyacheslav97/ct/uic/uic.js';
import {createIterableTransformer, transformToIterable} from '@vyacheslav97/ct/uic';
```

@@ -76,3 +76,3 @@

```ts
import {createArrayToMap, createMapToSet} from '@vyacheslav97/ct/uic/uicsds.js';
import {createArrayToMap, createMapToSet} from '@vyacheslav97/ct/uicsds';
```

@@ -96,3 +96,3 @@

PairToSingle
} from "@vyacheslav97/ct/interfaces/uic/interfaces.js";
} from "@vyacheslav97/uic/interfaces";

@@ -99,0 +99,0 @@ // Map item to a character transformer

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