Socket
Socket
Sign inDemoInstall

@pkgr/rollup

Package Overview
Dependencies
487
Maintainers
1
Versions
75
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.8.4 to 0.8.5

11

CHANGELOG.md

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

## [0.8.5](https://github.com/rx-ts/pkgr/compare/@pkgr/rollup@0.8.4...@pkgr/rollup@0.8.5) (2019-11-18)
### Bug Fixes
* **deps:** bump (dev)Dependencies ([46231df](https://github.com/rx-ts/pkgr/commit/46231df4592b709b60a73e271b007cc2eaa6a50a))
## [0.8.4](https://github.com/rx-ts/pkgr/compare/@pkgr/rollup@0.8.3...@pkgr/rollup@0.8.4) (2019-11-11)

@@ -8,0 +19,0 @@

4

lib/config.js

@@ -10,2 +10,3 @@ "use strict";

var utils_1 = require("@pkgr/utils");
var plugin_json_1 = tslib_1.__importDefault(require("@rollup/plugin-json"));
var plugin_replace_1 = tslib_1.__importDefault(require("@rollup/plugin-replace"));

@@ -21,3 +22,2 @@ var rollup_plugin_alias_1 = tslib_1.__importDefault(require("@rxts/rollup-plugin-alias"));

var rollup_plugin_copy_1 = tslib_1.__importDefault(require("rollup-plugin-copy"));
var plugin_json_1 = tslib_1.__importDefault(require("@rollup/plugin-json"));
var rollup_plugin_node_resolve_1 = tslib_1.__importDefault(require("rollup-plugin-node-resolve"));

@@ -226,3 +226,3 @@ var rollup_plugin_postcss_1 = tslib_1.__importDefault(require("rollup-plugin-postcss"));

? micromatch_1.isMatch(id, pkg)
: id === pkg || id.startsWith(pkg + '/');
: id === pkg || id.startsWith(pkg + "/");
});

@@ -229,0 +229,0 @@ },

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

@@ -28,9 +28,9 @@ "repository": "git@github.com:rx-ts/pkgr.git",

"builtin-modules": "^3.1.0",
"commander": "^4.0.0",
"commander": "^4.0.1",
"debug": "^4.1.1",
"is-glob": "^4.0.1",
"jsox": "^1.1.116",
"jsox": "^1.1.117",
"lodash": "^4.17.15",
"micromatch": "^4.0.2",
"rollup": "^1.26.4",
"rollup": "^1.27.0",
"rollup-plugin-babel": "^4.3.3",

@@ -50,3 +50,3 @@ "rollup-plugin-commonjs": "^10.1.0",

"sideEffects": false,
"gitHead": "1481d24c998a3f8643a5225dda4139178f2dadc2"
"gitHead": "8894e0402ff2bd896219c36ce9c727d418bf2a15"
}

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc