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.6 to 0.0.7

8

CHANGELOG.md

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

## [0.0.7](https://github.com/zcorky/zodash/compare/@zodash/jsonp@0.0.6...@zodash/jsonp@0.0.7) (2021-03-24)
**Note:** Version bump only for package @zodash/jsonp
## [0.0.6](https://github.com/zcorky/zodash/compare/@zodash/jsonp@0.0.5...@zodash/jsonp@0.0.6) (2021-03-23)

@@ -8,0 +16,0 @@

4

lib/index.js

@@ -30,4 +30,4 @@ "use strict";

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

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

{
"name": "@zodash/jsonp",
"version": "0.0.6",
"version": "0.0.7",
"description": "A simple jsonp function",

@@ -69,6 +69,6 @@ "keywords": [

"@zcorky/query-string": "^1.0.2",
"@zodash/load-js": "^0.2.9",
"@zodash/uuid": "^0.1.4"
"@zodash/load-js": "^0.2.10",
"@zodash/uuid": "^0.1.5"
},
"gitHead": "36ae103b292f402d459b7c9eb6e63fe6ea93eb2b"
"gitHead": "476cc71bdf3cc5914d55495eaa9e3d07472885d9"
}

Sorry, the diff of this file is not supported yet

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