Socket
Socket
Sign inDemoInstall

find-replace

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

find-replace - npm Package Compare versions

Comparing version 5.0.0 to 5.0.1

index.js

4

dist/index.js

@@ -5,3 +5,3 @@ (function (global, factory) {

(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.findReplace = factory());
}(this, (function () { 'use strict';
})(this, (function () { 'use strict';

@@ -53,2 +53,2 @@ /**

})));
}));
{
"name": "find-replace",
"author": "Lloyd Brookes <75pound@gmail.com>",
"version": "5.0.0",
"version": "5.0.1",
"description": "Replace or remove multiple items in an array.",
"repository": "https://github.com/75lb/find-replace.git",
"repository": "https://github.com/75lb/find-replace",
"license": "MIT",
"type": "module",
"exports": {
"import": "./index.mjs",
"import": "./index.js",
"require": "./dist/index.cjs"

@@ -23,19 +24,19 @@ },

"scripts": {
"test": "npm run dist && test-runner test.mjs",
"docs": "jsdoc2md -c jsdoc.conf -t README.hbs index.mjs > README.md",
"test": "npm run dist && npm run test:ci",
"test:ci": "test-runner test.js",
"docs": "jsdoc2md -t README.hbs index.js > README.md",
"dist": "rollup -c"
},
"devDependencies": {
"@rollup/plugin-node-resolve": "^13.0.0",
"@test-runner/web": "^0.3.5",
"isomorphic-assert": "^0.2.0",
"jsdoc-to-markdown": "^7.0.1",
"rollup": "^2.52.3",
"test-runner": "^0.9.2"
"@rollup/plugin-node-resolve": "^13.3.0",
"isomorphic-assert": "^1.0.0",
"jsdoc-to-markdown": "^7.1.1",
"rollup": "^2.71.1",
"test-runner": "^0.10.1"
},
"dependencies": {
"array-back": "^6.0.1"
"array-back": "^6.2.2"
},
"files": [
"index.mjs",
"index.js",
"dist"

@@ -42,0 +43,0 @@ ],

@@ -5,3 +5,3 @@ [![view on npm](https://badgen.net/npm/v/find-replace)](https://www.npmjs.org/package/find-replace)

[![Gihub package dependents](https://badgen.net/github/dependents-pkg/75lb/find-replace)](https://github.com/75lb/find-replace/network/dependents?dependent_type=PACKAGE)
[![Build Status](https://travis-ci.org/75lb/find-replace.svg?branch=master)](https://travis-ci.org/75lb/find-replace)
[![Node.js CI](https://github.com/75lb/find-replace/actions/workflows/node.js.yml/badge.svg)](https://github.com/75lb/find-replace/actions/workflows/node.js.yml)
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](https://github.com/feross/standard)

@@ -130,3 +130,3 @@

Node.js:
Node.js (CommonJS):

@@ -137,3 +137,3 @@ ```js

Within Node.js with ECMAScript Module support enabled:
Node.js (ECMAScript Module):

@@ -144,3 +144,3 @@ ```js

Within an modern browser ECMAScript Module:
Modern browser (ECMAScript Module):

@@ -159,4 +159,4 @@ ```js

&copy; 2015-21 Lloyd Brookes \<75pound@gmail.com\>.
&copy; 2015-22 Lloyd Brookes \<75pound@gmail.com\>.
Isomorphic test suite by [test-runner](https://github.com/test-runner-js/test-runner) and [web-runner](https://github.com/test-runner-js/web-runner). Documented by [jsdoc-to-markdown](https://github.com/jsdoc2md/jsdoc-to-markdown).

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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