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

desirae-datamap-ruhoh

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

desirae-datamap-ruhoh - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

12

datamapper-ruhoh.js

@@ -12,2 +12,3 @@ /*jshint -W054 */

, comments
, desi = {}
;

@@ -29,4 +30,13 @@

Object.keys(view).forEach(function (key) {
desi[key] = view[key];
});
desi.desi = {};
Object.keys(view).forEach(function (key) {
desi.desi[key] = view[key];
});
newview = {
content: view.contents
desi: desi
, content: view.contents
, page: {

@@ -33,0 +43,0 @@ title: view.entity.yml.title || view.site.title // in rt

2

package.json
{
"name": "desirae-datamap-ruhoh",
"version": "1.0.2",
"version": "1.0.3",
"description": "A ruhoh datamap plugin for desirae",

@@ -5,0 +5,0 @@ "main": "datamapper-ruhoh.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