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

doofinder

Package Overview
Dependencies
Maintainers
1
Versions
198
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

doofinder - npm Package Compare versions

Comparing version 6.0.1 to 6.0.2

browser/doofinder.js

2

lib/doofinder.d.ts

@@ -15,3 +15,3 @@ import { IParseOptions } from 'qs';

*/
export declare const __VERSION__ = "6.0.1";
export declare const __VERSION__ = "6.0.2";

@@ -18,0 +18,0 @@ /**

{
"name": "doofinder",
"version": "6.0.1",
"version": "6.0.2",
"description": "Javascript Library for Doofinder Search API",

@@ -8,3 +8,3 @@ "type": "module",

"module": "lib/index.js",
"browser": "lib/doofinder.js",
"browser": "browser/doofinder.js",
"types": "lib/doofinder.d.ts",

@@ -26,3 +26,3 @@ "engines": {

"lint": "eslint --env browser --fix src/**/*.ts",
"compile": "rimraf lib && rollup -c && cp package.cjs.json lib/cjs/package.json",
"compile": "rimraf lib && rollup -c && cp package.cjs.json commonjs/package.json",
"typings": "rimraf types && tsc --declaration --declarationMap --emitDeclarationOnly --outDir types && api-extractor run --local",

@@ -29,0 +29,0 @@ "build": "yarn lint && yarn compile && yarn typings",

@@ -36,2 +36,14 @@ [![Build Status](https://api.travis-ci.org/doofinder/js-doofinder.svg?branch=master)](https://travis-ci.org/doofinder/js-doofinder)

#### ESM
```js
import { Client } from 'doofinder';
```
#### CommonJS
```js
const { Client } = require('doofinder/commonjs');
```
### CDN

@@ -38,0 +50,0 @@

Sorry, the diff of this file is too big to display

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