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

gulp-transform

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gulp-transform - npm Package Compare versions

Comparing version 3.0.4 to 3.0.5

12

package.json
{
"name": "gulp-transform",
"version": "3.0.4",
"version": "3.0.5",
"description": "A Gulp plugin for applying custom transformations to the contents of files",

@@ -9,8 +9,8 @@ "main": "./lib/index.js",

"build": "npm run clean && tsc -p tsconfig.build.json",
"clean": "rimraf coverage lib",
"clean": "rimraf .nyc_output coverage lib",
"test:lint": "tslint \"src/**/*.ts\" \"spec/**/*.ts\"",
"test:unit": "istanbul cover -e .ts -x \"spec/**/*.ts\" _mocha -- --opts mocha.opts",
"test:unit": "nyc _mocha --opts mocha.opts",
"test": "npm run test:lint && npm run test:unit",
"report": "npm test && open coverage/lcov-report/index.html",
"coverage": "cat coverage/lcov.info | coveralls"
"report": "rimraf coverage && nyc --reporter=html _mocha --opts mocha.opts && open coverage/index.html",
"coverage": "nyc report --reporter=text-lcov | coveralls"
},

@@ -54,5 +54,5 @@ "engines": {

"coveralls": "^2.13.1",
"istanbul": "1.1.0-alpha.1",
"lodash": "^4.17.4",
"mocha": "^3.4.2",
"nyc": "^11.1.0",
"rimraf": "^2.6.1",

@@ -59,0 +59,0 @@ "sinon": "^2.4.1",

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