Socket
Socket
Sign inDemoInstall

amphora-atom

Package Overview
Dependencies
Maintainers
8
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

amphora-atom - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

index.js

@@ -29,3 +29,3 @@ 'use strict';

let siteMeta = [
{ id: link },
{ id: link.includes('http') ? link : `http://${link}` },
{ title },

@@ -32,0 +32,0 @@ { subtitle: description },

@@ -119,3 +119,3 @@ 'use strict';

expect(entryId.id).to.eql('foobar');
expect(entryId.id).to.eql('http://foobar');
expect(entryTitle.title).to.eql('foo');

@@ -122,0 +122,0 @@ expect(entrySubtitle.subtitle).to.eql('bar');

{
"name": "amphora-atom",
"version": "0.0.2",
"version": "0.0.3",
"description": "An XML+ATOM renderer for component data",

@@ -5,0 +5,0 @@ "main": "index.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