Socket
Socket
Sign inDemoInstall

rollup-plugin-dts

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollup-plugin-dts - npm Package Compare versions

Comparing version 4.2.3 to 5.0.0

15

package.json
{
"name": "rollup-plugin-dts",
"version": "4.2.3",
"version": "5.0.0",
"description": "A rollup plugin that will bundle up your .d.ts definition files.",

@@ -25,3 +25,3 @@ "keywords": [

"engines": {
"node": ">=v12.22.12"
"node": ">=v14"
},

@@ -43,3 +43,3 @@ "type": "module",

"prebuild": "npm run clean",
"build": "tsc && rollup -c .build/rollup.config.js",
"build": "tsc && rollup --bundleConfigAsCjs -c .build/rollup.config.js",
"prepublishOnly": "npm run test",

@@ -58,3 +58,3 @@ "pretest": "npm run build",

"@types/fs-extra": "^9.0.13",
"@types/node": "^18.8.3",
"@types/node": "^18.11.0",
"@types/react": "^18.0.21",

@@ -64,7 +64,7 @@ "c8": "^7.12.0",

"rimraf": "^3.0.2",
"rollup": "2.79.1",
"rollup": "3.1.0",
"typescript": "4.8.4"
},
"peerDependencies": {
"rollup": "^2.55",
"rollup": "^3.0.0",
"typescript": "^4.1"

@@ -76,5 +76,4 @@ },

"dependencies": {
"@babel/code-frame": "^7.18.6",
"magic-string": "^0.26.6"
"magic-string": "^0.26.7"
}
}

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