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.4 to 0.0.5

8

lib/panel.js
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory(require("react"), require("antd"), require("path"));
module.exports = factory(require("antd"), require("react"), require("path"));
else if(typeof define === 'function' && define.amd)
define(["react", "antd", "path"], factory);
define(["antd", "react", "path"], factory);
else {
var a = typeof exports === 'object' ? factory(require("react"), require("antd"), require("path")) : factory(root["react"], root["antd"], root["path"]);
var a = typeof exports === 'object' ? factory(require("antd"), require("react"), require("path")) : factory(root["antd"], root["react"], root["path"]);
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
}
})(this, function(__WEBPACK_EXTERNAL_MODULE_0__, __WEBPACK_EXTERNAL_MODULE_2__, __WEBPACK_EXTERNAL_MODULE_7__) {
})(this, function(__WEBPACK_EXTERNAL_MODULE_2__, __WEBPACK_EXTERNAL_MODULE_0__, __WEBPACK_EXTERNAL_MODULE_7__) {
return /******/ (function(modules) { // webpackBootstrap

@@ -12,0 +12,0 @@ /******/ // The module cache

@@ -20,2 +20,4 @@ 'use strict';

var _os = require('os');
let workspace;

@@ -40,3 +42,3 @@ const defaultArgs = ['--line-number', '--column', '--pretty', '--vimgrep'];

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

@@ -43,0 +45,0 @@ let i = 0;

{
"name": "ant-search",
"version": "0.0.4",
"version": "0.0.5",
"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