Socket
Socket
Sign inDemoInstall

url-parameter-append

Package Overview
Dependencies
0
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.0 to 1.0.1

dist/object-entries.d.ts

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [1.0.1](https://github.com/techinity/url-parameter-append/compare/v1.0.0...v1.0.1) (2019-12-27)
### Bug Fixes
* include missing files in published package ([0a1520a](https://github.com/techinity/url-parameter-append/commit/0a1520aac4dfe7d7911450352802a0310c49726a))
# 1.0.0 (2019-12-27)

@@ -2,0 +9,0 @@

10

package.json
{
"name": "url-parameter-append",
"version": "1.0.0",
"version": "1.0.1",
"description": "A simple method for adding, removing or updating parameters on a querystring",
"main": "dist/url-parameter-append.js",
"types": "dist/url-parameter-append",
"files": [
"dist/"
],
"scripts": {
"prebuild": "npm run clean",
"build": "tsc",
"clean": "rimraf coverage/ dist/",
"clean": "rimraf *.tgz coverage/ dist/",
"lint": "tslint -c tslint.json --project tsconfig.json",

@@ -49,5 +52,2 @@ "release": "semantic-release",

},
"files": [
"src/url-parameter-append.ts"
],
"engines": {

@@ -54,0 +54,0 @@ "node": ">=8.0.0"

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc