Socket
Socket
Sign inDemoInstall

diffy-view

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

diffy-view - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

4

index.js

@@ -8,5 +8,5 @@ 'use strict'

class Render extends EventEmitter {
constructor ({ state }) {
constructor ({ state, config }) {
super()
this.df = diffy({ fullscreen: true })
this.df = diffy(config.diffy || null)
this.input = this.createInput()

@@ -13,0 +13,0 @@ this.state = state || {}

{
"name": "diffy-view",
"version": "1.0.0",
"version": "1.1.0",
"description": "React like component for diffy",

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