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

nats-hemera

Package Overview
Dependencies
Maintainers
1
Versions
279
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

nats-hemera - npm Package Compare versions

Comparing version 0.2.4 to 0.2.5

28

build/util.js

@@ -13,5 +13,3 @@ //

_ = require('lodash'),
Crypto = require('crypto'),
SafeStringify = require('fast-safe-stringify'),
Parse = require('fast-json-parse')
Crypto = require('crypto')

@@ -64,26 +62,2 @@ /**

/**
* @static
* @param {any} msg
* @returns
*
* @memberOf Util
*/
static parseJSON(msg) {
return Parse(msg)
}
/**
* @static
* @param {any} msg
* @returns
*
* @memberOf Util
*/
static stringifyJSON(msg) {
return SafeStringify(msg)
}
/**
* @param {any} args

@@ -90,0 +64,0 @@ * @returns

3

package.json
{
"name": "nats-hemera",
"author": "Dustin Deus (https://github.com/StarpTech)",
"version": "0.2.4",
"version": "0.2.5",
"main": "index.js",

@@ -39,2 +39,3 @@ "homepage": "https://hemerajs.github.io/hemera/",

"build": "flow-remove-types --pretty lib/ --out-dir build/",
"postinstall": "npm run build",
"prepublish": "npm run flow && npm run build",

@@ -41,0 +42,0 @@ "lint": "eslint --ext .js lib"

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