New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

gulp-mad

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-mad - npm Package Compare versions

Comparing version 0.0.3 to 0.0.4

2

package.json
{
"name": "gulp-mad",
"version": "0.0.3",
"version": "0.0.4",
"description": "gulp-mad",

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

@@ -21,3 +21,3 @@ # gulp-mad

const gulp = require('gulp');
const madx = require('./index');
const mad = require('gulp-mad');
const ts = require('gulp-typescript');

@@ -27,3 +27,3 @@

gulp.src("expmlate/a.mad")
.pipe(madx(".ts"))
.pipe(mad(".ts"))
.pipe(ts({ module: "amd" }))

@@ -30,0 +30,0 @@ .pipe(gulp.dest('dist'));

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