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

@chevrotain/utils

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chevrotain/utils - npm Package Compare versions

Comparing version 9.0.2 to 9.1.0

14

lib/src/api.js

@@ -11,6 +11,10 @@ "use strict";

*/
var __spreadArray = (this && this.__spreadArray) || function (to, from) {
for (var i = 0, il = from.length, j = to.length; i < il; i++, j++)
to[j] = from[i];
return to;
var __spreadArray = (this && this.__spreadArray) || function (to, from, pack) {
if (pack || arguments.length === 2) for (var i = 0, l = from.length, ar; i < l; i++) {
if (ar || !(i in from)) {
if (!ar) ar = Array.prototype.slice.call(from, 0, i);
ar[i] = from[i];
}
}
return to.concat(ar || Array.prototype.slice.call(from));
};

@@ -355,3 +359,3 @@ Object.defineProperty(exports, "__esModule", { value: true });

}
return assignNoOverwrite.apply(void 0, __spreadArray([{}], sources));
return assignNoOverwrite.apply(void 0, __spreadArray([{}], sources, false));
}

@@ -358,0 +362,0 @@ exports.defaults = defaults;

{
"name": "@chevrotain/utils",
"version": "9.0.2",
"version": "9.1.0",
"description": "common utilities",

@@ -37,3 +37,3 @@ "keywords": [],

"devDependencies": {
"@types/chai": "^4.2.15"
"@types/chai": "4.2.22"
},

@@ -43,3 +43,3 @@ "publishConfig": {

},
"gitHead": "027c35d42c4976fa7ef438c3af8690783989cfb6"
"gitHead": "45c6c5bc0ea2cf95e16640124e1deb4ece25f4a4"
}
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