Socket
Socket
Sign inDemoInstall

@rollup/plugin-typescript

Package Overview
Dependencies
Maintainers
4
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rollup/plugin-typescript - npm Package Compare versions

Comparing version 10.0.0 to 10.0.1

1

dist/cjs/index.js

@@ -773,2 +773,3 @@ 'use strict';

program === null || program === void 0 ? void 0 : program.close();
program = null;
}

@@ -775,0 +776,0 @@ if (!program) {

@@ -751,2 +751,3 @@ import * as path from 'path';

program === null || program === void 0 ? void 0 : program.close();
program = null;
}

@@ -753,0 +754,0 @@ if (!program) {

2

package.json
{
"name": "@rollup/plugin-typescript",
"version": "10.0.0",
"version": "10.0.1",
"publishConfig": {

@@ -5,0 +5,0 @@ "access": "public"

/* eslint-disable no-use-before-define */
import { FilterPattern } from '@rollup/pluginutils';
import { Plugin } from 'rollup';
import {
import type _typescript from 'typescript';
import type { FilterPattern } from '@rollup/pluginutils';
import type { Plugin } from 'rollup';
import type {
CompilerOptions,

@@ -68,3 +70,3 @@ CompilerOptionsValue,

*/
typescript?: typeof import('typescript');
typescript?: typeof _typescript;
/**

@@ -71,0 +73,0 @@ * Overrides the injected TypeScript helpers with a custom version.

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