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

jsonfeed-to-atom

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jsonfeed-to-atom - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

3

CHANGELOG.md

@@ -5,2 +5,5 @@ # jsonfeed-to-atom Change Log

## 1.1.1 - 2018-04-15
* Fix tests during release stage
## 1.1.0 - 2018-04-15

@@ -7,0 +10,0 @@ * Add atom feed url modifier function to a new options argument

4

package.json
{
"name": "jsonfeed-to-atom",
"description": "Convert a JSON feed to an atom feed",
"version": "1.1.0",
"version": "1.1.1",
"author": "Bret Comnes",

@@ -50,4 +50,4 @@ "bugs": {

"update": "node generate-snapshot.js",
"version": "run-s update && git add snapshot.xml"
"version": "run-s update && git add snapshot.xml snapshot.json"
}
}

@@ -34,3 +34,3 @@ {

"@uri": "https://github.com/bcomnes/jsonfeed-to-atom#readme",
"@version": "1.1.0",
"@version": "1.1.1",
"#text": "jsonfeed-to-atom"

@@ -37,0 +37,0 @@ },

@@ -7,2 +7,3 @@ const jsonfeedToAtomObject = require('./jsonfeed-to-atom-object')

const fs = require('fs')
const packageInfo = require('./package.json')

@@ -97,3 +98,3 @@ test('missing property errors', t => {

],
generator: { '@uri': 'https://github.com/bcomnes/jsonfeed-to-atom#readme', '@version': '1.0.3', '#text': 'jsonfeed-to-atom' },
generator: { '@uri': 'https://github.com/bcomnes/jsonfeed-to-atom#readme', '@version': packageInfo.version, '#text': 'jsonfeed-to-atom' },
entry: [

@@ -100,0 +101,0 @@ {

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