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

strip-shebang

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

strip-shebang - npm Package Compare versions

Comparing version 0.1.0 to 1.0.0

2

package.json
{
"name": "strip-shebang",
"version": "0.1.0",
"version": "1.0.0",
"description": "Strip shebang (eg. #!/bin/sh) from a string",

@@ -5,0 +5,0 @@ "license": "MIT",

@@ -1,2 +0,2 @@

# strip-shebang [![Build Status](https://travis-ci.org/sindresorhus/strip-shebang.png?branch=master)](https://travis-ci.org/sindresorhus/strip-shebang)
# strip-shebang [![Build Status](https://travis-ci.org/sindresorhus/strip-shebang.svg?branch=master)](https://travis-ci.org/sindresorhus/strip-shebang)

@@ -8,3 +8,3 @@ > Strip [shebang](https://en.wikipedia.org/wiki/Shebang_(Unix)) *(eg. `#!/bin/sh`)* from a string

```bash
```sh
$ npm install --save strip-shebang

@@ -14,3 +14,3 @@ ```

## Example
## Usage

@@ -33,2 +33,2 @@ ```js

[MIT](http://opensource.org/licenses/MIT) © [Sindre Sorhus](http://sindresorhus.com)
MIT © [Sindre Sorhus](http://sindresorhus.com)
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