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

@ts-common/source-map

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ts-common/source-map - npm Package Compare versions

Comparing version 0.0.9 to 0.0.10

6

index.d.ts

@@ -31,6 +31,6 @@ import { StringMap } from "@ts-common/string-map";

export declare const stringMapMap: <T extends Data, R extends Data>(source: StringMap<T>, f: (s: import("@ts-common/tuple").Tuple2<string, T>) => import("@ts-common/tuple").Tuple2<string, R>) => StringMap<R>;
declare type PartialStringMap<K extends string> = {
readonly [k in K]?: Data;
declare type PartialStringMap<K> = {
readonly [k in K & string]?: Data;
};
export declare const propertySetMap: <T extends PartialStringMap<keyof T & string>>(source: T, f: propertySet.PartialFactory<T>) => T;
export declare const propertySetMap: <T extends PartialStringMap<keyof T>>(source: T, f: propertySet.PartialFactory<T>) => T;
export {};
{
"name": "@ts-common/source-map",
"version": "0.0.9",
"version": "0.0.10",
"description": "Source Map",

@@ -47,4 +47,4 @@ "main": "index.js",

"@ts-common/property-set": "0.0.6",
"@ts-common/string-map": "0.0.10"
"@ts-common/string-map": "0.0.11"
}
}
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