Socket
Socket
Sign inDemoInstall

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

Package Overview
Dependencies
Maintainers
8
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.3 to 0.1.4-beta.0

build/index.js.map

3

build/index.js

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

module.exports=function(n){var e={};function t(i){if(e[i])return e[i].exports;var r=e[i]={i:i,l:!1,exports:{}};return n[i].call(r.exports,r,r.exports,t),r.l=!0,r.exports}return t.m=n,t.c=e,t.d=function(n,e,i){t.o(n,e)||Object.defineProperty(n,e,{enumerable:!0,get:i})},t.r=function(n){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(n,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(n,"__esModule",{value:!0})},t.t=function(n,e){if(1&e&&(n=t(n)),8&e)return n;if(4&e&&"object"==typeof n&&n&&n.__esModule)return n;var i=Object.create(null);if(t.r(i),Object.defineProperty(i,"default",{enumerable:!0,value:n}),2&e&&"string"!=typeof n)for(var r in n)t.d(i,r,function(e){return n[e]}.bind(null,r));return i},t.n=function(n){var e=n&&n.__esModule?function(){return n.default}:function(){return n};return t.d(e,"a",e),e},t.o=function(n,e){return Object.prototype.hasOwnProperty.call(n,e)},t.p="",t(t.s=0)}([function(n,e,t){"use strict";t.r(e);e.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 Websites {\n boatingmag: Website\n cruisingworld: Website\n fieldandstream: Website\n islands: Website\n motorcyclist: Website\n popsci: Website\n sailingworld: Website\n saveur: Website\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 Websites {\n boatingmag: Website\n cruisingworld: Website\n fieldandstream: Website\n islands: Website\n motorcyclist: Website\n popsci: Website\n sailingworld: Website\n saveur: Website\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";
//# sourceMappingURL=index.js.map
{
"name": "@arc-core-components/content-schema_ans-feed-v0.6.2",
"version": "0.1.3",
"version": "0.1.4-beta.0",
"description": "GraphQL schema for use with any content source returning a feed of ANS stories.",
"main": "build/index.js",
"repository": {
"type": "git",
"url": "https://github.com/wapopartners/core-components/packages/content-schema_ans-feed-v0.6.2"
},
"scripts": {
"start": "webpack --watch",
"build": "webpack",
"test": "echo \"Error: no test specified\" && exit 1"
"dev": "microbundle --watch",
"build": "microbundle"
},
"author": "",
"author": "Matt Nelson",
"license": "ISC",
"devDependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"@babel/preset-react": "^7.0.0",
"babel-loader": "^8.0.4",
"webpack": "^4.20.2",
"webpack-cli": "^3.1.0"
}
"publishConfig": {
"access": "public"
},
"xo": false,
"gitHead": "17ee05dd56f20ad0e41b0ae5c535e44e23f32848"
}

@@ -69,4 +69,4 @@ const schema = `

}
`
`;
export default schema
export default schema;
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