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

remove-trailing-slash

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remove-trailing-slash - npm Package Compare versions

Comparing version 0.1.0 to 0.1.1

index.d.ts

9

history.md
0.1.1 / 2020-09-18
==================
* Add types
* slashes -> remove-trailing-slash
* ignore component.json in npm
# 0.1.0
- initial release
- initial release

5

package.json
{
"name": "remove-trailing-slash",
"version": "0.1.0",
"version": "0.1.1",
"main": "index.js",
"types": "index.d.ts",
"description": "removes trailing slashes",

@@ -8,3 +10,2 @@ "keywords": [

],
"main": "index.js",
"author": "Stephen Mathieson <me@stephenmathieson.com>",

@@ -11,0 +12,0 @@ "repository": {

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

# remove-trailing-slash

@@ -25,3 +24,3 @@

```js
var slashes = require('slashes')
var slashes = require('remove-trailing-slash')

@@ -28,0 +27,0 @@ slashes('http://google.com/').should.be.equal('http://google.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