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

diff-sequences

Package Overview
Dependencies
Maintainers
5
Versions
68
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

diff-sequences - npm Package Compare versions

Comparing version 28.0.0-alpha.3 to 28.0.0-alpha.4

4

package.json
{
"name": "diff-sequences",
"version": "28.0.0-alpha.3",
"version": "28.0.0-alpha.4",
"repository": {

@@ -41,3 +41,3 @@ "type": "git",

},
"gitHead": "fc30b27bd94bb7ebeaadc72626ebbdba535150d2"
"gitHead": "c13dab19491ba6b57c2d703e7d7c4b20189e1e17"
}

@@ -29,6 +29,6 @@ /**

onCycle() {
global.gc(); // after run cycle
globalThis.gc(); // after run cycle
},
onStart() {
global.gc(); // when benchmark starts
globalThis.gc(); // when benchmark starts
},

@@ -60,6 +60,6 @@ });

onCycle() {
global.gc(); // after run cycle
globalThis.gc(); // after run cycle
},
onStart() {
global.gc(); // when benchmark starts
globalThis.gc(); // when benchmark starts
},

@@ -66,0 +66,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