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

@jymfony/util

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jymfony/util - npm Package Compare versions

Comparing version 0.1.0-alpha.5 to 0.1.0-alpha.6

3

lib/Async/Async.js

@@ -46,3 +46,4 @@ global.__jymfony = global.__jymfony || {};

return onRejected(new TypeError(
`Expected a function, a generator, a promise, an array or an object. "${ret.value.toString()}" yielded`
__jymfony.sprintf('Expected a function, a generator, a promise, an array or an object. "%s" yielded',
undefined === ret.value ? 'undefined' : ret.value.toString())
));

@@ -49,0 +50,0 @@ };

{
"name": "@jymfony/util",
"version": "0.1.0-alpha.5",
"version": "0.1.0-alpha.6",
"description": "Jymfony util functions",

@@ -20,3 +20,3 @@ "main": "index.js",

"dependencies": {
"@jymfony/exceptions": "0.1.0-alpha.5"
"@jymfony/exceptions": "0.1.0-alpha.6"
},

@@ -23,0 +23,0 @@ "devDependencies": {

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