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

crop-url

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

crop-url - npm Package Compare versions

Comparing version 0.0.3 to 1.0.0

19

CHANGELOG.md

@@ -1,16 +0,21 @@

Crop Url Changelog
==================
Changelog
=========
### v1.0.0 / 2017-10-06
- Breaking Change - Drop support for unmaintained versions of Node.js
- Update dev dependencies
### v0.0.3 / 2017-02-26
- Fix infinite loop with params
- Remove first param
- Remove endless hyphens
- Fix infinite loop with params
- Remove first param
- Remove endless hyphens
### v0.0.2 / 2017-02-24
- Fix main file in package.json
- Fix main file in package.json
### v0.0.1 / 2017-02-24
- First version, released on an unsuspecting world.
- First version, released on an unsuspecting world.
{
"name": "crop-url",
"version": "0.0.3",
"version": "1.0.0",
"description": "Truncate a url so that it doesn't appear so long visually",

@@ -22,2 +22,5 @@ "keywords": [

"main": "src/index.js",
"engines": {
"node": ">= 4.0.0"
},
"scripts": {

@@ -29,7 +32,7 @@ "test": "jshint . && mocha",

"devDependencies": {
"chai": "^3.5.0",
"chai": "^4.1.2",
"istanbul": "^0.4.5",
"jshint": "~2.9.4",
"mocha": "^3.2.0"
"jshint": "~2.9.5",
"mocha": "^4.0.1"
}
}
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