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

node-rev

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-rev - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.travis.yml

6

package.json
{
"name": "node-rev",
"version": "1.0.0",
"version": "1.0.1",
"description": "cli and node api version of gulp/grunt-rev, uses rev-path, rev-hash to generate a json of assets",

@@ -17,3 +17,4 @@ "keywords": "rev, rev-path, rev-hash, assets, manifest",

"watch-test": "onchange 'src/*.es6' 'test/*.es6' -i -- npm test",
"lab" : "lab -c -C -r tap -o stdout -r html -o coverage.html",
"lab": "lab -c -C -r tap -o stdout -r html -o coverage.html",
"lab-coveralls": "lab -r lcov | ./node_modules/.bin/coveralls",
"clean": "rm -rf ./lib",

@@ -44,2 +45,3 @@ "lint": "eslint src/ --ignore-path .gitignore",

"code": "^2.1.0",
"coveralls": "^2.11.9",
"eslint": "^2.9.0",

@@ -46,0 +48,0 @@ "eslint-watch": "^2.1.10",

# cli for generating asset manifests. based on gulp-rev, and uses the rev- modules for the hashing algo.
[![npm package](https://nodei.co/npm/node-rev.png?downloads=true&downloadRank=true&stars=true)](https://nodei.co/npm/request/)
[![Dependency Status](https://img.shields.io/david/request/request.svg?style=flat-square)](https://david-dm.org/request/request)
[![Build Status](https://travis-ci.org/kellyrmilligan/node-rev.svg?branch=master)](https://travis-ci.org/kellyrmilligan/node-rev)
### node api

@@ -4,0 +11,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