Socket
Socket
Sign inDemoInstall

browserify-transform-tools

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

browserify-transform-tools - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

lib/skipFile.js

@@ -7,3 +7,3 @@ // Generated by CoffeeScript 1.6.3

JS_EXTENSIONS = [".js", ".coffee", ".coffee.md", ".litcoffee", "._js", "._coffee"];
JS_EXTENSIONS = [".js", ".coffee", ".coffee.md", ".litcoffee", "._js", "._coffee", ".jsx"];

@@ -10,0 +10,0 @@ isArray = function(obj) {

{
"name": "browserify-transform-tools",
"version": "1.2.1",
"version": "1.2.2",
"description": "Utilities for writing browserify transforms.",

@@ -5,0 +5,0 @@ "main": "./lib/transformTools.js",

@@ -15,3 +15,3 @@ This package contains tools for helping you write [transforms](https://github.com/substack/node-browserify#btransformtr) for [browserify](https://github.com/substack/node-browserify).

Install with `npm install --save-dev browserify-transform-tools`.
Install with `npm install --save browserify-transform-tools`.

@@ -33,3 +33,3 @@ Creating a String Transform

done null, content.replace(/blue/g, transformOptions.config.newColor);
done(null, content.replace(/blue/g, transformOptions.config.newColor));
});

@@ -36,0 +36,0 @@ ```

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