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

@ckirby/opera-info

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ckirby/opera-info - npm Package Compare versions

Comparing version 1.3.1 to 1.3.2

2

dist/hints.js

@@ -37,3 +37,3 @@ import sbd from "sbd";

.filter((r) => !`${r.role} ${r.voiceType}`.includes(opera.title))
.map(({ role, voiceType }) => `This opera features a ${/,/.test(voiceType) ? `"${voiceType}"` : voiceType} role ${role}.`);
.map(({ role, voiceType }) => `This opera features a ${/,/.test(voiceType) ? `"${voiceType}"` : voiceType} role ${role.split(/(?:,\s*)?\n/)[0]}.`);
}

@@ -40,0 +40,0 @@ export async function makeComposerHints(opera) {

{
"name": "@ckirby/opera-info",
"version": "1.3.1",
"version": "1.3.2",
"description": "information about operas",

@@ -5,0 +5,0 @@ "type": "module",

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