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

rubik-report

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

rubik-report - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

2

package.json
{
"name": "rubik-report",
"version": "1.0.3",
"version": "1.0.4",
"main": "Report.js",

@@ -5,0 +5,0 @@ "repository": "git@github.com:nikitonishe/rubik-report.git",

@@ -96,3 +96,3 @@ const Rubik = require('rubik-main');

if (extension[name] && typeof(extension[name]) === 'object' && this[name]) {
Object.Assign(this[name], extension[name]);
Object.assign(this[name], extension[name]);
}

@@ -99,0 +99,0 @@ }

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