Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fortune

Package Overview
Dependencies
Maintainers
2
Versions
297
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fortune - npm Package Compare versions

Comparing version 5.5.6 to 5.5.7

19

lib/common/message.js

@@ -52,20 +52,1 @@ 'use strict'

})
// Copy function, useful for not writing over the main function.
Object.defineProperty(message, 'copy', {
value: function () {
var fn = function (id, language, data) {
return message.call(fn, id, language, data)
}
var lang
Object.defineProperty(fn, 'defaultLanguage', {
value: 'en', writable: true
})
for (lang in message)
fn[lang] = message[lang]
return fn
}
})

2

package.json
{
"name": "fortune",
"description": "Non-native graph database abstraction layer for Node.js and web browsers.",
"version": "5.5.6",
"version": "5.5.7",
"license": "MIT",

@@ -6,0 +6,0 @@ "homepage": "http://fortune.js.org",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

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