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

needler

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

needler - npm Package Compare versions

Comparing version 0.0.7 to 0.0.8

2

package.json
{
"name": "needler",
"description": "A quick tool to find a needle in a haystack",
"version": "0.0.7",
"version": "0.0.8",
"main": "./lib",

@@ -6,0 +6,0 @@ "scripts": {

@@ -61,5 +61,5 @@ # Needler

`import needler from 'needler';`
`import { find, replace } from 'needler';`
import needler from 'needler';
import { find, replace } from 'needler';

@@ -74,3 +74,3 @@ let options = {

let result = needler.replace(options, (error, result) => {
replace(options, (error, result) => {
if (error) {

@@ -77,0 +77,0 @@ console.log(error);

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