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

beat

Package Overview
Dependencies
Maintainers
1
Versions
19
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

beat - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

.c9revisions/.npmignore.c9save

5

lib/Beat.js

@@ -81,2 +81,7 @@ var Injector = require('./Injector');

Beat.prototype.decorator = function decorator(serviceName, decorFn) {
this.provide.decorator(serviceName, decorFn);
return this;
};
Beat.prototype.get = function get(name) {

@@ -83,0 +88,0 @@ return this.injector.get(name);

2

package.json

@@ -6,3 +6,3 @@ {

"repository": "git://github.com/edinella/beat.git",
"version": "1.0.5",
"version": "1.0.6",
"license": "MIT",

@@ -9,0 +9,0 @@ "main": "lib/Beat.js",

Sorry, the diff of this file is not supported yet

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