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

@pkgr/rollup

Package Overview
Dependencies
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@pkgr/rollup - npm Package Compare versions

Comparing version 0.6.0 to 0.6.1

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.6.1](https://github.com/rx-ts/pkgr/compare/@pkgr/rollup@0.6.0...@pkgr/rollup@0.6.1) (2019-10-28)
**Note:** Version bump only for package @pkgr/rollup
# [0.6.0](https://github.com/rx-ts/pkgr/compare/@pkgr/rollup@0.4.0...@pkgr/rollup@0.6.0) (2019-10-28)

@@ -8,0 +16,0 @@

2

lib/config.js

@@ -219,3 +219,3 @@ "use strict";

isTsAvailable && isTsInput
? rollup_plugin_typescript_1.default(__assign(__assign({ jsx: 'react', module: 'esnext' }, typescriptOptions), { target: isEsVersion ? format : 'es5' }))
? rollup_plugin_typescript_1.default(__assign({ jsx: 'react', module: 'esnext' }, typescriptOptions, { target: isEsVersion ? format : 'es5' }))
: rollup_plugin_babel_1.default({

@@ -222,0 +222,0 @@ exclude: ['*.min.js', '*.production.js'],

{
"name": "@pkgr/rollup",
"version": "0.6.0",
"version": "0.6.1",
"description": "Seamless Rollup bundler wrapper for libraries",

@@ -20,3 +20,3 @@ "repository": "git@github.com:rx-ts/pkgr.git",

"@babel/preset-env": "^7.6.3",
"@pkgr/es-modules": "^0.1.0",
"@pkgr/es-modules": "^0.2.0",
"@pkgr/named-exports": "^0.3.0",

@@ -47,3 +47,3 @@ "@pkgr/umd-globals": "^0.3.0",

"sideEffects": false,
"gitHead": "2a21972a33c7b03afcabd16252afdaae5aec959c"
"gitHead": "9f1717470fc5cc555f8a5585a72e7b66569643ec"
}

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