Socket
Socket
Sign inDemoInstall

rollupify

Package Overview
Dependencies
Maintainers
2
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rollupify - npm Package Compare versions

Comparing version 0.3.4 to 0.3.5

2

index.js

@@ -15,3 +15,3 @@ 'use strict';

function rollupify(filename, opts) {
if (!/\.(?:js|es|es6|jsx)$/.test(filename)) {
if (!/\.(?:js|es|es6|jsx|ts|tsx)$/.test(filename)) {
return through();

@@ -18,0 +18,0 @@ }

{
"name": "rollupify",
"version": "0.3.4",
"version": "0.3.5",
"description": "Rollup transform for Browserify",

@@ -22,5 +22,5 @@ "main": "index.js",

"derequire": "^2.0.3",
"mocha": "^2.4.5",
"mocha": "^3.0.1",
"stream-to-promise": "1.1.1",
"stripify": "^4.0.0"
"stripify": "^5.0.0"
},

@@ -30,3 +30,3 @@ "dependencies": {

"noop-fn": "^1.0.0",
"rollup": "^0.34.1",
"rollup": "^0.36.0",
"through2": "^2.0.1"

@@ -33,0 +33,0 @@ },

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