Huge News!Announcing our $40M Series B led by Abstract Ventures.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 0.2.0 to 0.2.1

2

package.json

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

"repository": "git://github.com/edinella/beat.git",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",

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

@@ -78,6 +78,4 @@ # beat

```js
myServer.factory('port', function(){
var port = 80;
// some logic here
return port;
myServer.run(function(server, port){
server.listen(port);
});

@@ -93,3 +91,3 @@ ```

**load(beatInstance)**: import properies and factories from an Beat instance
**load(beatInstance)**: import properties and factories from an Beat instance

@@ -106,3 +104,3 @@ Useful to bind different beats

```
or in different files
or at different files

@@ -109,0 +107,0 @@ ```js

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