Socket
Socket
Sign inDemoInstall

@arc-core-components/content-schema_ans-feed-v0.6.2

Package Overview
Dependencies
Maintainers
9
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@arc-core-components/content-schema_ans-feed-v0.6.2 - npm Package Compare versions

Comparing version 0.1.4-beta.3 to 0.1.4-beta.4.0

2

build/index.es.js

@@ -1,2 +0,2 @@

export default"\n\ntype BasicPromoItems {\n type: String\n url: String\n}\n\ntype Byline {\n name: String\n org: String\n type: String\n}\n\ntype Credits {\n by: [Byline]\n}\n\ntype Description {\n basic: String\n}\n\ntype Headlines {\n basic: String\n}\n\ntype PromoItems {\n basic: BasicPromoItems\n}\n\ntype Subheadlines {\n basic: String\n}\n\ntype WebsiteSection {\n name: String\n}\n\ntype Website {\n website_section: WebsiteSection\n website_url: String\n}\n\ntype ContentElement {\n type: String!\n version: String!\n canonical_url: String\n credits: Credits\n description: Description\n headlines: Headlines\n promo_items: PromoItems\n subheadlines: Subheadlines\n websites: Websites\n}\n\ntype Query {\n content_elements: [ContentElement]\n}\n";
export default"\n\ntype BasicPromoItems {\n type: String\n url: String\n}\n\ntype Byline {\n name: String\n org: String\n type: String\n}\n\ntype Credits {\n by: [Byline]\n}\n\ntype Description {\n basic: String\n}\n\ntype Headlines {\n basic: String\n}\n\ntype PromoItems {\n basic: BasicPromoItems\n}\n\ntype Subheadlines {\n basic: String\n}\n\ntype WebsiteSection {\n name: String\n}\n\ntype Website {\n website_section: WebsiteSection\n website_url: String\n}\n\ntype ContentElement {\n type: String!\n version: String!\n canonical_url: String\n credits: Credits\n description: Description\n headlines: Headlines\n promo_items: PromoItems\n subheadlines: Subheadlines\n}\n\ntype Query {\n content_elements: [ContentElement]\n}\n";
//# sourceMappingURL=index.es.js.map

@@ -1,2 +0,2 @@

module.exports="\n\ntype BasicPromoItems {\n type: String\n url: String\n}\n\ntype Byline {\n name: String\n org: String\n type: String\n}\n\ntype Credits {\n by: [Byline]\n}\n\ntype Description {\n basic: String\n}\n\ntype Headlines {\n basic: String\n}\n\ntype PromoItems {\n basic: BasicPromoItems\n}\n\ntype Subheadlines {\n basic: String\n}\n\ntype WebsiteSection {\n name: String\n}\n\ntype Website {\n website_section: WebsiteSection\n website_url: String\n}\n\ntype ContentElement {\n type: String!\n version: String!\n canonical_url: String\n credits: Credits\n description: Description\n headlines: Headlines\n promo_items: PromoItems\n subheadlines: Subheadlines\n websites: Websites\n}\n\ntype Query {\n content_elements: [ContentElement]\n}\n";
module.exports="\n\ntype BasicPromoItems {\n type: String\n url: String\n}\n\ntype Byline {\n name: String\n org: String\n type: String\n}\n\ntype Credits {\n by: [Byline]\n}\n\ntype Description {\n basic: String\n}\n\ntype Headlines {\n basic: String\n}\n\ntype PromoItems {\n basic: BasicPromoItems\n}\n\ntype Subheadlines {\n basic: String\n}\n\ntype WebsiteSection {\n name: String\n}\n\ntype Website {\n website_section: WebsiteSection\n website_url: String\n}\n\ntype ContentElement {\n type: String!\n version: String!\n canonical_url: String\n credits: Credits\n description: Description\n headlines: Headlines\n promo_items: PromoItems\n subheadlines: Subheadlines\n}\n\ntype Query {\n content_elements: [ContentElement]\n}\n";
//# sourceMappingURL=index.js.map

@@ -1,2 +0,2 @@

!function(n,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):n.contentSchemaAnsFeedV062=e()}(this,function(){return"\n\ntype BasicPromoItems {\n type: String\n url: String\n}\n\ntype Byline {\n name: String\n org: String\n type: String\n}\n\ntype Credits {\n by: [Byline]\n}\n\ntype Description {\n basic: String\n}\n\ntype Headlines {\n basic: String\n}\n\ntype PromoItems {\n basic: BasicPromoItems\n}\n\ntype Subheadlines {\n basic: String\n}\n\ntype WebsiteSection {\n name: String\n}\n\ntype Website {\n website_section: WebsiteSection\n website_url: String\n}\n\ntype ContentElement {\n type: String!\n version: String!\n canonical_url: String\n credits: Credits\n description: Description\n headlines: Headlines\n promo_items: PromoItems\n subheadlines: Subheadlines\n websites: Websites\n}\n\ntype Query {\n content_elements: [ContentElement]\n}\n"});
!function(n,e){"object"==typeof exports&&"undefined"!=typeof module?module.exports=e():"function"==typeof define&&define.amd?define(e):n.contentSchemaAnsFeedV062=e()}(this,function(){return"\n\ntype BasicPromoItems {\n type: String\n url: String\n}\n\ntype Byline {\n name: String\n org: String\n type: String\n}\n\ntype Credits {\n by: [Byline]\n}\n\ntype Description {\n basic: String\n}\n\ntype Headlines {\n basic: String\n}\n\ntype PromoItems {\n basic: BasicPromoItems\n}\n\ntype Subheadlines {\n basic: String\n}\n\ntype WebsiteSection {\n name: String\n}\n\ntype Website {\n website_section: WebsiteSection\n website_url: String\n}\n\ntype ContentElement {\n type: String!\n version: String!\n canonical_url: String\n credits: Credits\n description: Description\n headlines: Headlines\n promo_items: PromoItems\n subheadlines: Subheadlines\n}\n\ntype Query {\n content_elements: [ContentElement]\n}\n"});
//# sourceMappingURL=index.umd.js.map
{
"name": "@arc-core-components/content-schema_ans-feed-v0.6.2",
"version": "0.1.4-beta.3",
"version": "0.1.4-beta.4.0",
"description": "GraphQL schema for use with any content source returning a feed of ANS stories.",

@@ -21,3 +21,3 @@ "main": "build/index.js",

"xo": false,
"gitHead": "17ee05dd56f20ad0e41b0ae5c535e44e23f32848"
"gitHead": "5713da09680fd67e289357fcb9df53627745fa67"
}

@@ -21,6 +21,6 @@ # Content Schema: ANS Feed (0.6.2)

```
import schema from '@arc-core-components/content-schema_ans-feed-v0.6.2'
```javascript
import schema from "@arc-core-components/content-schema_ans-feed-v0.6.2";
export default schema
export default schema;
```

@@ -27,0 +27,0 @@

Sorry, the diff of this file is not supported yet

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