Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

normalize-dependencies

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

normalize-dependencies - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

1

lib/index.js
exports.html = require('./html');
exports.css = require('./css');
exports.js = require('./js');

24

package.json
{
"name": "normalize-dependencies",
"description": "Get and replace dependencies of JS, CSS, and HTML files",
"version": "0.1.0",
"description": "Get and replace dependencies of JS and CSS files",
"version": "1.0.0",
"author": {

@@ -18,9 +18,23 @@ "name": "Jonathan Ong",

"devDependencies": {
"mocha": "^1.17",
"should": "^3.0.0"
"istanbul": "0",
"mocha": "1",
"should": "3"
},
"scripts": {
"test": "mocha --require should --reporter spec --bail"
"test": "mocha --reporter spec --require should",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --require should",
"test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter dot --require should"
},
"keywords": [
"css",
"js",
"deps",
"dependencies",
"parse",
"replace"
],
"files": [
"lib"
],
"main": "lib"
}
# Dependencies
[![NPM version][npm-image]][npm-url]
[![build status][travis-image]][travis-url]
[![Test coverage][coveralls-image]][coveralls-url]
[![Gittip][gittip-image]][gittip-url]
## Prior Art

@@ -9,1 +14,10 @@

- https://github.com/component/imports
[npm-image]: https://img.shields.io/npm/v/normalize-dependencies.svg?style=flat
[npm-url]: https://npmjs.org/package/normalize-dependencies
[travis-image]: https://img.shields.io/travis/normalize/dependencies.svg?style=flat
[travis-url]: https://travis-ci.org/normalize/dependencies
[coveralls-image]: https://img.shields.io/coveralls/normalize/dependencies.svg?style=flat
[coveralls-url]: https://coveralls.io/r/normalize/dependencies?branch=master
[gittip-image]: https://img.shields.io/gittip/jonathanong.svg?style=flat
[gittip-url]: https://www.gittip.com/jonathanong/
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