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.1 to 11.0.0

2

dist/cjs/index.js

@@ -830,2 +830,4 @@ 'use strict';

return null;
if (!filter(resolved.resolvedFileName))
return null;
return path__namespace.normalize(resolved.resolvedFileName);

@@ -832,0 +834,0 @@ }

@@ -808,2 +808,4 @@ import * as path from 'path';

return null;
if (!filter(resolved.resolvedFileName))
return null;
return path.normalize(resolved.resolvedFileName);

@@ -810,0 +812,0 @@ }

2

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

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

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