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.7.8 to 0.7.9

6

lib/blob.js

@@ -32,5 +32,9 @@ /*

if (result instanceof Blob) {
result = result.result;
}
getProps(result);
parts.forEach(function(part) {
result += part;
result += part instanceof Blob ? part.result : part;
getProps(part);

@@ -37,0 +41,0 @@ });

2

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

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

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