New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@ariabuckles/jsed

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ariabuckles/jsed - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

2

jsed.js

@@ -13,3 +13,3 @@ #!/usr/bin/env node

commander.option('-s --string', 'interpret the replacer as a string even if it looks like a function');
commander.option('-o --output', 'optional file to write to; otherwise writes to stdout');
commander.option('-o --output <file>', 'optional file to write to; otherwise writes to stdout');
commander.parse(process.argv);

@@ -16,0 +16,0 @@ if (commander.args.length < 2) {

{
"name": "@ariabuckles/jsed",
"version": "1.1.0",
"version": "1.1.1",
"description": "better sed, with js regexes & functions",

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