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

gl-w-array-frontend

Package Overview
Dependencies
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gl-w-array-frontend - npm Package Compare versions

Comparing version 1.0.2 to 1.0.3

4

lib/core-services-array.service.js

@@ -12,5 +12,3 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {

duplicateLegacy(array) {
const unique = array.filter((item, index) => {
return array.indexOf(item) === index;
});
const unique = array.filter((item, index) => array.indexOf(item) === index);
return unique.sort();

@@ -17,0 +15,0 @@ }

{
"name": "gl-w-array-frontend",
"version": "1.0.2",
"version": "1.0.3",
"description": "Common code for using among web front-end development such as ES6+ and TypeScript",

@@ -17,3 +17,4 @@ "main": "lib/index.js",

"lint": "eslint . --ext .ts",
"build": "tsc"
"build": "tsc",
"publish": "npm publish"
},

@@ -43,3 +44,3 @@ "repository": {

"eslint": "^7.28.0",
"shx": "^0.3.3",
"shx": "^0.3.4",
"tslint": "^6.1.3",

@@ -46,0 +47,0 @@ "typescript": "^4.3.5"

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