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

@ts-common/property-set

Package Overview
Dependencies
Maintainers
4
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ts-common/property-set - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

0

dist/index.d.ts

@@ -0,0 +0,0 @@ export declare type MapFunc<T, R> = <K extends keyof T>(v: T[K], k: K) => R;

@@ -0,0 +0,0 @@ "use strict";

8

package.json
{
"name": "@ts-common/property-set",
"version": "1.1.0",
"version": "1.1.1",
"description": "A set of properties",

@@ -39,6 +39,6 @@ "main": "dist/index.js",

"devDependencies": {
"@types/chai": "^4.2.13",
"@types/mocha": "^5.2.6",
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.1",
"chai": "^4.2.0",
"mocha": "^6.0.2",
"mocha": "^10.0.0",
"nyc": "^15.0.0",

@@ -45,0 +45,0 @@ "tslint": "^5.15.0",

# property-set
A set of properties

@@ -0,0 +0,0 @@ export type MapFunc<T, R> = <K extends keyof T>(v: T[K], k: K) => R

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