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

@typescript/twoslash

Package Overview
Dependencies
Maintainers
8
Versions
40
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@typescript/twoslash - npm Package Compare versions

Comparing version 3.2.1 to 3.2.2

10

dist/index.d.ts

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

declare type LZ = typeof import("lz-string");
declare type TS = typeof import("typescript");
declare type CompilerOptions = import("typescript").CompilerOptions;
declare type CustomTransformers = import("typescript").CustomTransformers;
type LZ = typeof import("lz-string");
type TS = typeof import("typescript");
type CompilerOptions = import("typescript").CompilerOptions;
type CustomTransformers = import("typescript").CustomTransformers;
declare module "typescript" {
type Option = {
name: string;
type: "list" | "boolean" | "number" | "string" | import("typescript").Map<any>;
type: "list" | "boolean" | "number" | "string" | Map<string, any>;
element?: Option;

@@ -10,0 +10,0 @@ };

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

@@ -0,0 +0,0 @@ import { createSystem, createFSBackedSystem, createVirtualTypeScriptEnvironment } from '@typescript/vfs';

@@ -0,0 +0,0 @@

@@ -0,0 +0,0 @@ export declare function escapeHtml(text: string): string;

@@ -0,0 +0,0 @@ /** To ensure that errors are matched up right */

{
"name": "@typescript/twoslash",
"version": "3.2.1",
"version": "3.2.2",
"license": "MIT",

@@ -27,3 +27,3 @@ "author": "TypeScript team",

"readme": "yarn md-magic README.md --config ./scripts/inline-results.js && yarn prettier README.md --write",
"test": "tsdx test",
"test": "jest",
"lint": "tsdx lint"

@@ -36,5 +36,7 @@ },

"husky": "^4.2.3",
"jest": "^29.5.0",
"jest-file-snapshot": "^0.3.8",
"markdown-magic": "^1.0.0",
"prettier": "^2.3.2",
"ts-jest": "^29.0.5",
"tsdx": "^0.14.1",

@@ -45,2 +47,3 @@ "tslib": "^1.10.0",

"jest": {
"preset": "ts-jest",
"watchPathIgnorePatterns": [

@@ -56,6 +59,10 @@ "test/results"

"dependencies": {
"@types/lz-string": "^1.3.0",
"@typescript/vfs": "1.4.0",
"debug": "^4.1.1",
"lz-string": "^1.4.4"
},
"peerDependencies": {
"typescript": "*"
}
}

@@ -373,3 +373,3 @@ # TypeScript TwoSlash

#### `cuts_out_unneccessary_code.ts`
#### `cuts_out_unnecessary_code.ts`

@@ -376,0 +376,0 @@ ```ts

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc