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

@apollo-elements/lib

Package Overview
Dependencies
Maintainers
1
Versions
33
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@apollo-elements/lib - npm Package Compare versions

Comparing version 3.0.0 to 3.0.1

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [3.0.1](https://github.com/apollo-elements/apollo-elements/compare/@apollo-elements/lib@3.0.0...@apollo-elements/lib@3.0.1) (2020-10-01)
**Note:** Version bump only for package @apollo-elements/lib
# [3.0.0](https://github.com/apollo-elements/apollo-elements/compare/@apollo-elements/lib@2.0.0...@apollo-elements/lib@3.0.0) (2020-09-24)

@@ -8,0 +16,0 @@

2

helpers.d.ts
/**
* Is it a <script type="application/graphql">
* Is it a `<script type="application/graphql">`
*/

@@ -4,0 +4,0 @@ export declare function isGraphQLScript(el: Element): boolean;

const scriptSelector = 'script[type="application/graphql"]';
/**
* Is it a <script type="application/graphql">
* Is it a `<script type="application/graphql">`
*/

@@ -5,0 +5,0 @@ export function isGraphQLScript(el) {

const scriptSelector = 'script[type="application/graphql"]';
/**
* Is it a <script type="application/graphql">
* Is it a `<script type="application/graphql">`
*/

@@ -6,0 +6,0 @@ export function isGraphQLScript(el: Element): boolean {

{
"name": "@apollo-elements/lib",
"version": "3.0.0",
"version": "3.0.1",
"description": "Library functions for apollo-elements",

@@ -40,3 +40,3 @@ "main": "index.js",

},
"gitHead": "9dea023bc5208b53a9c1c8b39169e469dec4e8a2"
"gitHead": "d03d540894f8577cf9e5844173224522ca57dcd7"
}
# @apollo-elements/lib
[![Published on npm](https://img.shields.io/npm/v/@apollo-elements/lib.svg)](https://www.npmjs.com/package/@apollo-elements/lib)
[![ISC License](https://img.shields.io/npm/l/@apollo-elements/lib)](https://github.com/apollo-elements/apollo-elements/blob/master/LICENCE.md)
[![Release](https://github.com/apollo-elements/apollo-elements/workflows/Release/badge.svg)](https://github.com/apollo-elements/apollo-elements/actions)
Helper functions for Apollo Elements

@@ -3,0 +8,0 @@

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