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

append-url

Package Overview
Dependencies
Maintainers
0
Versions
34
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

append-url - npm Package Compare versions

Comparing version 1.0.30 to 1.1.0

7

CHANGELOG.md

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

# [1.1.0](https://github.com/miaoxing/miaoxing/compare/append-url@1.0.30...append-url@1.1.0) (2024-11-01)
### Features
* **append-url, deprecated:** 废弃通过 `%s` 转换链接,改为使用 `${var}` ([30e0479](https://github.com/miaoxing/miaoxing/commit/30e0479794bd00149a158017364a5d1400d0a3ec))
## [1.0.30](https://github.com/miaoxing/miaoxing/compare/append-url@1.0.29...append-url@1.0.30) (2024-09-01)

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

1

index.js

@@ -5,2 +5,3 @@ import param from 'jquery-param';

if (url.indexOf('%s') !== -1) {
console.warn('Deprecated: Using %s for string interpolation is deprecated. Please use template strings instead.');
// @link http://stackoverflow.com/questions/610406/javascript-equivalent-to-printf-string-format

@@ -7,0 +8,0 @@ var i = 0;

2

package.json
{
"name": "append-url",
"version": "1.0.30",
"version": "1.1.0",
"main": "index.js",

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

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