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

tsafe

Package Overview
Dependencies
Maintainers
1
Versions
83
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

tsafe - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

index.d.ts

8

CHANGELOG.md

@@ -0,1 +1,9 @@

### **0.1.1** (2021-05-08)
- update workflow
- Fix CI
- Fix build
- Setup denoify
- Add index
## **0.1.0** (2021-05-07)

@@ -2,0 +10,0 @@

31

package.json
{
"name": "tsafe",
"version": "0.1.0",
"version": "0.1.1",
"description": "Leverage the more advanced features of TypeScript",

@@ -9,4 +9,4 @@ "repository": {

},
"main": "dist/index.js",
"types": "dist/index.d.ts",
"main": "index.js",
"types": "index.d.ts",
"lint-staged": {

@@ -29,8 +29,7 @@ "*.{ts,tsx}": [

"src/MethodNames.ts",
"src/Param0.ts",
"src/Parameters.ts",
"src/Params.ts",
"src/PickOptional.ts",
"src/ReturnType.ts",
"src/UnpackPromise.ts",
"src/UnpackTypeGuard.ts",
"src/assert.ts",

@@ -41,4 +40,6 @@ "src/doExtends.ts",

"src/id.ts",
"src/index.ts",
"src/isPromiseLike.ts",
"src/lab/PromiseOrNot.ts",
"src/lab/UnpackTypeGuard.ts",
"src/lab/defineAccessors.ts",

@@ -55,8 +56,8 @@ "src/lab/overwriteReadonlyProp.ts",

"MethodNames.js.map",
"Param0.d.ts",
"Param0.js",
"Param0.js.map",
"Parameters.d.ts",
"Parameters.js",
"Parameters.js.map",
"Params.d.ts",
"Params.js",
"Params.js.map",
"PickOptional.d.ts",

@@ -71,5 +72,2 @@ "PickOptional.js",

"UnpackPromise.js.map",
"UnpackTypeGuard.d.ts",
"UnpackTypeGuard.js",
"UnpackTypeGuard.js.map",
"assert.d.ts",

@@ -90,2 +88,5 @@ "assert.js",

"id.js.map",
"index.d.ts",
"index.js",
"index.js.map",
"isPromiseLike.d.ts",

@@ -97,2 +98,5 @@ "isPromiseLike.js",

"lab/PromiseOrNot.js.map",
"lab/UnpackTypeGuard.d.ts",
"lab/UnpackTypeGuard.js",
"lab/UnpackTypeGuard.js.map",
"lab/defineAccessors.d.ts",

@@ -131,3 +135,3 @@ "lab/defineAccessors.js",

"eslint-config-prettier": "^7.2.0",
"evt": "^2.0.0-beta.15",
"evt": "^1.9.14",
"husky": "^4.3.0",

@@ -137,4 +141,5 @@ "lint-staged": "^10.5.4",

"ts-toolbelt": "^9.6.0",
"typescript": "^4.2.3"
"typescript": "^4.2.3",
"denoify": "^0.7.0"
}
}
/* eslint-disable @typescript-eslint/ban-ts-comment */
/* eslint-disable @typescript-eslint/no-explicit-any */
import "./tools/Object.fromEntries";

@@ -5,0 +4,0 @@

"use strict";
/* eslint-disable @typescript-eslint/ban-ts-comment */
/* eslint-disable @typescript-eslint/no-explicit-any */
var __assign = (this && this.__assign) || function () {

@@ -44,2 +42,4 @@ __assign = Object.assign || function(t) {

exports.withDefaults = void 0;
/* eslint-disable @typescript-eslint/ban-ts-comment */
/* eslint-disable @typescript-eslint/no-explicit-any */
require("./tools/Object.fromEntries");

@@ -46,0 +46,0 @@ function withDefaults(f, defaultParams) {

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