Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wessberg/rollup-plugin-ts

Package Overview
Dependencies
Maintainers
1
Versions
185
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wessberg/rollup-plugin-ts - npm Package Compare versions

Comparing version 1.3.4 to 1.3.5

6

CHANGELOG.md

@@ -0,1 +1,7 @@

## [1.3.5](https://github.com/wessberg/rollup-plugin-ts/compare/v1.3.4...v1.3.5) (2020-09-30)
### Bug Fixes
- **declarations:** fix issue where Namespace would not be created for ImportTypeNodes with no qualifiers ([980e1da](https://github.com/wessberg/rollup-plugin-ts/commit/980e1dad284a7fc3cd3c2ec6c862be13099843ad))
## [1.3.4](https://github.com/wessberg/rollup-plugin-ts/compare/v1.3.3...v1.3.4) (2020-09-02)

@@ -2,0 +8,0 @@

62

package.json
{
"name": "@wessberg/rollup-plugin-ts",
"version": "1.3.4",
"version": "1.3.5",
"description": "A TypeScript Rollup plugin that bundles declarations and respects Browserslists",

@@ -51,31 +51,31 @@ "scripts": {

"@rollup/plugin-alias": "^3.1.1",
"@rollup/plugin-commonjs": "^15.0.0",
"@rollup/plugin-commonjs": "^15.1.0",
"@rollup/plugin-json": "^4.1.0",
"@types/node": "^14.6.0",
"@types/prettier": "^2.0.2",
"@types/semver": "^7.3.3",
"@typescript-eslint/eslint-plugin": "^3.9.1",
"@typescript-eslint/parser": "^3.9.1",
"@wessberg/rollup-plugin-ts": "^1.3.2",
"@wessberg/scaffold": "^1.0.30",
"@wessberg/ts-config": "^1.0.17",
"ava": "3.11.1",
"@types/node": "^14.11.2",
"@types/prettier": "^2.1.1",
"@types/semver": "^7.3.4",
"@typescript-eslint/eslint-plugin": "^4.3.0",
"@typescript-eslint/parser": "^4.3.0",
"@wessberg/rollup-plugin-ts": "^1.3.4",
"@wessberg/scaffold": "^1.0.31",
"@wessberg/ts-config": "^1.0.19",
"ava": "3.13.0",
"babel-preset-minify": "^0.5.1",
"core-js": "^3.6.5",
"eslint": "^7.7.0",
"eslint-config-prettier": "^6.11.0",
"eslint-plugin-import": "^2.22.0",
"eslint-plugin-jsdoc": "^30.2.4",
"eslint": "^7.10.0",
"eslint-config-prettier": "^6.12.0",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jsdoc": "^30.6.2",
"fast-glob": "^3.2.4",
"husky": "^4.2.5",
"husky": "^4.3.0",
"np": "5.2.1",
"pnpm": "^5.5.2",
"prettier": "^2.0.5",
"pretty-quick": "^3.0.0",
"pnpm": "^5.8.0",
"prettier": "^2.1.2",
"pretty-quick": "^3.0.2",
"rimraf": "^3.0.2",
"rollup": "^2.26.5",
"rollup": "^2.28.2",
"semver": "7.3.2",
"standard-changelog": "^2.0.24",
"ts-node": "9.0.0",
"typescript": "4.0.2",
"typescript": "4.0.3",
"typescript-3-2-1": "npm:typescript@3.2.1",

@@ -91,3 +91,3 @@ "typescript-3-3-1": "npm:typescript@3.3.1",

"dependencies": {
"@babel/core": "^7.11.4",
"@babel/core": "^7.11.6",
"@babel/plugin-proposal-async-generator-functions": "^7.10.5",

@@ -99,11 +99,11 @@ "@babel/plugin-proposal-json-strings": "^7.10.4",

"@babel/plugin-syntax-dynamic-import": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.11.0",
"@babel/preset-env": "^7.11.0",
"@babel/plugin-transform-runtime": "^7.11.5",
"@babel/preset-env": "^7.11.5",
"@babel/runtime": "^7.11.2",
"@rollup/pluginutils": "^4.0.0",
"@types/babel__core": "^7.1.9",
"@wessberg/browserslist-generator": "^1.0.37",
"@types/babel__core": "^7.1.10",
"@wessberg/browserslist-generator": "^1.0.38",
"@wessberg/stringutil": "^1.0.19",
"@wessberg/ts-clone-node": "^0.3.14",
"browserslist": "^4.14.0",
"@wessberg/ts-clone-node": "^0.3.15",
"browserslist": "^4.14.5",
"chalk": "^4.1.0",

@@ -115,4 +115,4 @@ "magic-string": "^0.25.7",

"peerDependencies": {
"rollup": ">=1.x",
"typescript": ">=3.2.x"
"rollup": ">=1.x || >=2.x",
"typescript": ">=3.2.x || >= 4.x"
},

@@ -146,3 +146,3 @@ "main": "./dist/cjs/index.js",

"files": [
"test/**.test.ts"
"test/declaration.test.ts"
],

@@ -149,0 +149,0 @@ "verbose": true,

@@ -19,3 +19,3 @@ <!-- SHADOW_SECTION_LOGO_START -->

<a href="https://github.com/wessberg/rollup-plugin-ts/graphs/contributors"><img alt="Contributors" src="https://img.shields.io/github/contributors/wessberg%2Frollup-plugin-ts.svg" /></a>
<a href="https://github.com/prettier/prettier"><img alt="code style: prettier" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg?style=flat-square" /></a>
<a href="https://github.com/prettier/prettier"><img alt="code style: prettier" src="https://img.shields.io/badge/code_style-prettier-ff69b4.svg" /></a>
<a href="https://opensource.org/licenses/MIT"><img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-yellow.svg" /></a>

@@ -399,3 +399,3 @@ <a href="https://www.patreon.com/bePatron?u=11315442"><img alt="Support on Patreon" src="https://img.shields.io/badge/patreon-donate-green.svg" /></a>

browserslist: {
path: BUNDLE_TARGET === "modern" ? ".browserlistrc-modern" : ".browserslistrc-legacy"
path: BUNDLE_TARGET === "modern" ? ".browserslistrc-modern" : ".browserslistrc-legacy"
},

@@ -402,0 +402,0 @@ // Load a different babel config file in production

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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