Socket
Socket
Sign inDemoInstall

bower-requirejs

Package Overview
Dependencies
241
Maintainers
6
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.11.0 to 1.0.0

11

bin/bower-requirejs.js

@@ -81,9 +81,6 @@ #!/usr/bin/env node

if (opts['update-notifier'] !== false) {
var notifier = updateNotifier({
packagePath: '../package.json'
});
if (notifier.update) {
notifier.notify(true);
}
updateNotifier({
packageName: pkg.name,
packageVersion: pkg.version
}).notify();
}

@@ -90,0 +87,0 @@

{
"name": "bower-requirejs",
"version": "0.11.0",
"version": "1.0.0",
"description": "Automagically wire-up installed Bower components into your RequireJS config",

@@ -46,12 +46,12 @@ "keywords": [

"dependencies": {
"chalk": "^0.4.0",
"chalk": "^0.5.1",
"file-utils": "^0.2.0",
"glob": "^3.2.6",
"glob": "^4.0.2",
"lodash": "^2.4.1",
"nopt": "^2.2.1",
"nopt": "^3.0.0",
"object-assign": "^0.3.1",
"requirejs": "^2.1.5",
"slash": "^0.1.0",
"slash": "^0.1.3",
"sudo-block": "^0.4.0",
"update-notifier": "^0.1.7"
"update-notifier": "^0.2.0"
},

@@ -61,12 +61,12 @@ "devDependencies": {

"durable-json-lint": "^0.0.1",
"grunt": "^0.4.0",
"grunt-contrib-clean": "^0.5.0",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-nodeunit": "^0.3.0",
"grunt-contrib-nodeunit": "^0.4.1",
"grunt-simple-mocha": "^0.4.0",
"load-grunt-tasks": "^0.4.0",
"load-grunt-tasks": "^0.6.0",
"mocha": "*",
"mockery": "^1.4.0",
"should": "^3.3.1"
"should": "^4.0.4"
},

@@ -73,0 +73,0 @@ "peerDependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc