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

ecmarkup

Package Overview
Dependencies
Maintainers
1
Versions
192
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ecmarkup - npm Package Compare versions

Comparing version 2.5.2 to 2.5.3

boilerplate/address.html

5

lib/Spec.js

@@ -317,9 +317,13 @@ 'use strict';

let copyright;
let address;
if (this.opts.status === 'draft') {
copyright = getBoilerplate('draft-copyright');
address = getBoilerplate('address');
} else if (this.opts.status === 'standard') {
copyright = getBoilerplate('standard-copyright');
address = getBoilerplate('address');
} else {
copyright = getBoilerplate('proposal-copyright');
address = '';
}

@@ -353,2 +357,3 @@

<h1>Copyright &amp; Software License</h1>
${address}
<h2>Copyright Notice</h2>

@@ -355,0 +360,0 @@ ${copyright.replace('!YEAR!', this.opts.date.getFullYear())}

2

package.json
{
"name": "ecmarkup",
"version": "2.5.2",
"version": "2.5.3",
"description": "Custom element definitions and core utilities for markup that specifies ECMAScript and related technologies.",

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

Sorry, the diff of this file is not supported yet

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