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

gear

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gear - npm Package Compare versions

Comparing version 0.2.0 to 0.2.1

5

lib/gearbox.js

@@ -10,3 +10,3 @@ /*

/*
* Gearbox
* Gearbox - Container for available tasks.
*/

@@ -27,2 +27,5 @@ var Gearbox = exports.Gearbox = function Gearbox(options) {

Gearbox.prototype = {
/*
* Load tasks from NPM, directory, or file.
*/
load: function(options) {

@@ -29,0 +32,0 @@ options = options || {};

2

package.json
{
"name": "gear",
"version": "0.2.0",
"version": "0.2.1",
"description": "Gear.js - Task-based build system.",

@@ -5,0 +5,0 @@ "author": "Stephen Murphy <stephen@hypernaut.com>",

@@ -165,3 +165,3 @@ # Gear.js

Load from NPM, directory, or file.
Load tasks from NPM, directory, or file.

@@ -168,0 +168,0 @@ __Arguments__

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