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

@codegouvfr/sill

Package Overview
Dependencies
Maintainers
3
Versions
90
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@codegouvfr/sill - npm Package Compare versions

Comparing version 1.18.2 to 1.18.3

2

package.json
{
"name": "@codegouvfr/sill",
"version": "1.18.2",
"version": "1.18.3",
"description": "The backend of etalab.gouv.fr/sill",

@@ -5,0 +5,0 @@ "repository": {

@@ -45,3 +45,3 @@ import { parseGitHubRepoUrl } from "./parseGithubRepoUrl";

async_iter: for await (const tag of asyncIterator) {
for (const search of ["rc.", "alpha", "beta", "nightly", "canary", "pre", "wip"]) {
for (const search of ["rc.", "alpha", "beta", "nightly", "canary", "pre", "wip", "next."]) {
if (tag.toLowerCase().includes(search)) {

@@ -48,0 +48,0 @@ continue async_iter;

@@ -63,3 +63,3 @@ "use strict";

async_iter: for await (const tag of asyncIterator) {
for (const search of ["rc.", "alpha", "beta", "nightly", "canary", "pre", "wip"]) {
for (const search of ["rc.", "alpha", "beta", "nightly", "canary", "pre", "wip", "next."]) {
if (tag.toLowerCase().includes(search)) {

@@ -66,0 +66,0 @@ continue async_iter;

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