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

@jymfony/util

Package Overview
Dependencies
Maintainers
1
Versions
31
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.20 to 0.1.0-alpha.21

4

lib/Is/functions.js

@@ -83,2 +83,6 @@ global.isGenerator = function isGenerator(value) {

if (undefined !== global.BoundFunction && obj.hasOwnProperty('innerObject') && obj.innerObject instanceof BoundFunction) {
return true;
}
if (isGeneratorFunction(obj)) {

@@ -85,0 +89,0 @@ return true;

5

package.json
{
"name": "@jymfony/util",
"version": "0.1.0-alpha.20",
"version": "0.1.0-alpha.21",
"description": "Jymfony util functions",

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

"dependencies": {
"@jymfony/exceptions": "0.1.0-alpha.20"
"@jymfony/exceptions": "0.1.0-alpha.21"
},

@@ -26,2 +26,3 @@ "devDependencies": {

"@jymfony/datastructure": "*",
"@jymfony/debug": "*",
"chai": "^4.2",

@@ -28,0 +29,0 @@ "mocha": "^6.0"

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