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 8.5.0 to 9.0.0

dist/cjs/index.js

34

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

@@ -16,6 +16,11 @@ "access": "public"

"bugs": "https://github.com/rollup/plugins/issues",
"main": "dist/index.js",
"module": "dist/index.es.js",
"main": "./dist/cjs/index.js",
"module": "./dist/es/index.js",
"exports": {
"types": "./types/index.d.ts",
"import": "./dist/es/index.js",
"default": "./dist/cjs/index.js"
},
"engines": {
"node": ">=8.0.0"
"node": ">=14.0.0"
},

@@ -32,3 +37,3 @@ "scripts": {

"pretest": "pnpm build",
"release": "pnpm plugin:release --workspace-root -- --pkg $npm_package_name",
"release": "pnpm --workspace-root plugin:release --pkg $npm_package_name",
"test": "ava",

@@ -39,2 +44,3 @@ "test:ts": "tsc --noEmit"

"dist",
"!dist/**/*.map",
"types",

@@ -51,3 +57,3 @@ "README.md",

"peerDependencies": {
"rollup": "^2.14.0",
"rollup": "^2.14.0||^3.0.0",
"tslib": "*",

@@ -57,2 +63,5 @@ "typescript": ">=3.7.0"

"peerDependenciesMeta": {
"rollup": {
"optional": true
},
"tslib": {

@@ -63,15 +72,14 @@ "optional": true

"dependencies": {
"@rollup/pluginutils": "^3.1.0",
"resolve": "^1.17.0"
"@rollup/pluginutils": "^4.2.1",
"resolve": "^1.22.1"
},
"devDependencies": {
"@rollup/plugin-buble": "^0.21.3",
"@rollup/plugin-commonjs": "^11.1.0",
"@rollup/plugin-typescript": "^5.0.2",
"@types/node": "^10.0.0",
"@rollup/plugin-commonjs": "^22.0.2",
"@types/node": "^14.18.30",
"buble": "^0.20.0",
"rollup": "^2.67.3",
"typescript": "^4.7.3"
"typescript": "^4.8.3"
},
"types": "types/index.d.ts"
"types": "./types/index.d.ts"
}

@@ -16,3 +16,3 @@ [npm]: https://img.shields.io/npm/v/@rollup/plugin-typescript

This plugin requires an [LTS](https://github.com/nodejs/Release) Node version (v8.0.0+) and Rollup v1.20.0+. This plugin also requires at least [TypeScript 3.7](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html).
This plugin requires an [LTS](https://github.com/nodejs/Release) Node version (v14.0.0+) and Rollup v2.14.0+. This plugin also requires at least [TypeScript 3.7](https://www.typescriptlang.org/docs/handbook/release-notes/typescript-3-7.html).

@@ -74,3 +74,3 @@ ## Install

A [minimatch pattern](https://github.com/isaacs/minimatch), or array of patterns, which specifies the files in the build the plugin should _ignore_. By default no files are ignored.
A [picomatch pattern](https://github.com/micromatch/picomatch), or array of patterns, which specifies the files in the build the plugin should _ignore_. By default no files are ignored.

@@ -82,3 +82,3 @@ ### `include`

A [minimatch pattern](https://github.com/isaacs/minimatch), or array of patterns, which specifies the files in the build the plugin should operate on. By default all `.ts` and `.tsx` files are targeted.
A [picomatch pattern](https://github.com/micromatch/picomatch), or array of patterns, which specifies the files in the build the plugin should operate on. By default all `.ts` and `.tsx` files are targeted.

@@ -85,0 +85,0 @@ ### `filterRoot`

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