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

@zodash/jsonp

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zodash/jsonp - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

## [0.0.17](https://github.com/zcorky/zodash/compare/@zodash/jsonp@0.0.16...@zodash/jsonp@0.0.17) (2023-08-20)
### Bug Fixes
* **jsonp:** callbackName ([50340b5](https://github.com/zcorky/zodash/commit/50340b567d5f9a9af3d5581108b488d610394523))
## [0.0.16](https://github.com/zcorky/zodash/compare/@zodash/jsonp@0.0.15...@zodash/jsonp@0.0.16) (2023-08-20)

@@ -8,0 +19,0 @@

2

lib/index.js

@@ -21,3 +21,3 @@ "use strict";

const callbackName = (options === null || options === void 0 ? void 0 : options.callbackName) ||
`_zodash_jsonp_callvack_${uuid_1.uuid().replace(/_/g, '_')}`;
`_zodash_jsonp_callvack_${uuid_1.uuid().replace(/-/g, '_')}`;
const callbackFn = (data) => {

@@ -24,0 +24,0 @@ // clear callback

{
"name": "@zodash/jsonp",
"version": "0.0.16",
"version": "0.0.17",
"description": "A simple jsonp function",

@@ -73,3 +73,3 @@ "keywords": [

},
"gitHead": "9a6c711c6fc27b0f7d3bc6e946b8b3bf0d183b7c"
"gitHead": "7cf77cd23d67277027b30e6fc35eb8e2354fe567"
}
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