Socket
Socket
Sign inDemoInstall

diff

Package Overview
Dependencies
Maintainers
1
Versions
44
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

diff - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

diff.js

@@ -535,3 +535,3 @@ /* See LICENSE file for terms of use */

}
else if (typeof define === 'function') {
else if (typeof define === 'function' && define.amd) {
/*global define */

@@ -538,0 +538,0 @@ define([], function() { return JsDiff; });

{
"name": "diff",
"version": "1.2.1",
"version": "1.2.2",
"description": "A javascript text diff implementation.",

@@ -5,0 +5,0 @@ "keywords": [

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