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.2 to 4.2.3

COPYING

24

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

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

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

@@ -31,2 +31,3 @@ "type": "module",

"exports": {
"types": "./dist/rollup-plugin-dts.d.ts",
"import": "./dist/rollup-plugin-dts.mjs",

@@ -55,11 +56,11 @@ "require": "./dist/rollup-plugin-dts.cjs"

"@types/d3-drag": "^3.0.1",
"@types/estree": "0.0.51",
"@types/estree": "1.0.0",
"@types/fs-extra": "^9.0.13",
"@types/node": "^17.0.4",
"@types/react": "^18.0.2",
"c8": "^7.11.0",
"fs-extra": "^10.0.1",
"@types/node": "^18.8.3",
"@types/react": "^18.0.21",
"c8": "^7.12.0",
"fs-extra": "^10.1.0",
"rimraf": "^3.0.2",
"rollup": "2.74.1",
"typescript": "4.7.2"
"rollup": "2.79.1",
"typescript": "4.8.4"
},

@@ -71,7 +72,8 @@ "peerDependencies": {

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

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