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

encore-auditor

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

encore-auditor - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

14

lib/audits.js

@@ -319,2 +319,9 @@ 'use strict';

]
}, {
// https://regex101.com/r/gR2vS1/1
pattern: /encore\.ui\.\w+\b/i,
messages: [
'Submodules are likely to change across versions.',
'Use "encore.ui" instead.'
]
}

@@ -326,2 +333,9 @@ ],

{
// https://regex101.com/r/gR2vS1/1
pattern: /encore\.ui\.\w+\b/i,
messages: [
'Submodules are likely to change across versions.',
'Use "encore.ui" instead.'
]
}, {
// https://regex101.com/r/cX0yE4/1

@@ -328,0 +342,0 @@ pattern: /cssSelector\s*:/,

2

package.json
{
"name": "encore-auditor",
"version": "1.0.0",
"version": "1.1.0",
"description": "Source code analyzer for EncoreUI applications.",

@@ -5,0 +5,0 @@ "main": "./lib/encore-auditor.js",

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