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

ant-search

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ant-search - npm Package Compare versions

Comparing version 0.0.5 to 0.0.6

2

lib/rg.js

@@ -41,3 +41,3 @@ 'use strict';

const results = [];
const lines = res.split((0, _os.platform)() === 'win32' ? '\r\n' : '\n');
const lines = res.replace(/\r/g, '').split('\n');

@@ -44,0 +44,0 @@ let i = 0;

{
"name": "ant-search",
"version": "0.0.5",
"version": "0.0.6",
"description": "",

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