New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@chialab/dna

Package Overview
Dependencies
Maintainers
2
Versions
217
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chialab/dna - npm Package Compare versions

Comparing version 3.16.0 to 3.16.1

4

analyzer/utils.js

@@ -105,4 +105,4 @@ /**

if (property.name.getText() === 'attribute') {
if (property.initializer.kind === ts.SyntaxKind.StringLiteral) {
return property.initializer.getText();
if (ts.isStringLiteral(property.initializer)) {
return property.initializer.text;
}

@@ -109,0 +109,0 @@

{
"name": "@chialab/dna",
"version": "3.16.0",
"version": "3.16.1",
"description": "Progressive Web Components",

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

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