Comparing version 12.0.4 to 12.0.5
{ | ||
"name": "popsicle", | ||
"version": "12.0.4", | ||
"version": "12.0.5", | ||
"description": "Advanced HTTP requests in node.js and browsers", | ||
@@ -16,4 +16,4 @@ "main": "dist/index.js", | ||
"prettier": "prettier --write", | ||
"lint": "tslint \"src/**/*.ts\" --project tsconfig.json", | ||
"format": "npm run prettier -- README.md \"src/**/*.{js,ts}\"", | ||
"lint": "tslint \"{.,src/**}/*.{js,jsx,ts,tsx}\" --project tsconfig.json", | ||
"format": "npm run prettier -- \"{.,src/**}/*.{js,jsx,ts,tsx,md,yml,yaml}\"", | ||
"build": "rimraf dist && tsc", | ||
@@ -68,3 +68,3 @@ "specs": "jest --coverage", | ||
"path": "./dist/index.js", | ||
"limit": "2.7 kB" | ||
"limit": "3 kB" | ||
} | ||
@@ -78,3 +78,3 @@ ], | ||
"lint-staged": { | ||
"*.{js,json,css,md}": [ | ||
"*.{js,jsx,ts,tsx,json,css,md,yml,yaml}": [ | ||
"npm run prettier", | ||
@@ -88,15 +88,15 @@ "git add" | ||
"devDependencies": { | ||
"@size-limit/preset-small-lib": "^2.1.6", | ||
"@types/jest": "^24.0.11", | ||
"@types/node": "^12.0.0", | ||
"browserify": "^16.2.3", | ||
"husky": "^2.2.0", | ||
"husky": "^3.0.9", | ||
"jest": "^24.6.0", | ||
"lint-staged": "^8.1.6", | ||
"lint-staged": "^9.4.2", | ||
"prettier": "^1.17.0", | ||
"rimraf": "^2.6.2", | ||
"size-limit": "^1.3.1", | ||
"rimraf": "^3.0.0", | ||
"ts-jest": "^24.0.1", | ||
"tslint": "^5.16.0", | ||
"tslint-config-prettier": "^1.18.0", | ||
"tslint-config-standard": "^8.0.1", | ||
"tslint-config-standard": "^9.0.0", | ||
"typescript": "^3.4.1" | ||
@@ -107,7 +107,7 @@ }, | ||
"popsicle-cookie-jar": "^1.0.0", | ||
"popsicle-redirects": "^1.0.0", | ||
"popsicle-transport-http": "^1.0.0", | ||
"popsicle-transport-xhr": "^1.0.0", | ||
"popsicle-redirects": "^1.1.0", | ||
"popsicle-transport-http": "^1.0.6", | ||
"popsicle-transport-xhr": "^1.0.2", | ||
"popsicle-user-agent": "^1.0.0", | ||
"servie": "^4.0.6", | ||
"servie": "^4.3.2", | ||
"throwback": "^4.1.0", | ||
@@ -114,0 +114,0 @@ "tough-cookie": "^3.0.1" |
@@ -1,2 +0,2 @@ | ||
# ![Popsicle](https://cdn.rawgit.com/serviejs/popsicle/master/logo.svg) | ||
# ![Popsicle](logo.svg) | ||
@@ -3,0 +3,0 @@ [![NPM version](https://img.shields.io/npm/v/popsicle.svg?style=flat)](https://npmjs.org/package/popsicle) |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
20246
Updatedpopsicle-redirects@^1.1.0
Updatedservie@^4.3.2