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.10 to 0.1.0-alpha.11

lib/Async/ForAwait.js

3

index.js

@@ -13,2 +13,3 @@ require('./lib/Error/trigger_deprecated');

require('./lib/Object/filter');
require('./lib/Object/intersectKey');
require('./lib/Object/merge');

@@ -24,2 +25,3 @@ require('./lib/Object/obj2map');

require('./lib/String/crc32');
require('./lib/String/escapeshellarg');

@@ -44,2 +46,3 @@ require('./lib/String/levenshtein');

require('./lib/Async/Async');
require('./lib/Async/ForAwait');
require('./lib/Async/sleep');
global.isArray = Array.isArray;
global.isBuffer = Buffer.isBuffer;
const toString = Object.prototype.toString;

@@ -3,0 +4,0 @@

4

lib/String/trim.js

@@ -16,3 +16,3 @@ // Replace(/[-\/\\^$*+?.()|[\]{}]/g, '\\$&')

} else {
charList.replace(/[-\/\\^$*+?.()|[\]{}]/g, '\\$&');
charList = __jymfony.regex_quote(charList);
}

@@ -34,3 +34,3 @@

} else {
charList.replace(/[-\/\\^$*+?.()|[\]{}]/g, '\\$&');
charList = __jymfony.regex_quote(charList);
}

@@ -37,0 +37,0 @@

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

@@ -19,9 +19,9 @@ "main": "index.js",

"dependencies": {
"@jymfony/exceptions": "0.1.0-alpha.10"
"@jymfony/exceptions": "0.1.0-alpha.11"
},
"devDependencies": {
"@jymfony/autoloader": "0.1.0-alpha.10",
"@jymfony/datastructure": "0.1.0-alpha.10",
"@jymfony/autoloader": "*",
"@jymfony/datastructure": "*",
"chai": "^3.5.0",
"mocha": "^3.0"
"mocha": "^5.0"
},

@@ -28,0 +28,0 @@ "config": {

@@ -42,3 +42,3 @@ require('../../lib/Object/equal');

it('returns false for literal vs instance with same value', () => {
expect(__jymfony.equal(true, new Boolean(true))).to.be.faòse;
expect(__jymfony.equal(true, new Boolean(true))).to.be.false;
});

@@ -45,0 +45,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