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 4.0.3 to 4.0.4-alpha.0

11

CHANGELOG.md

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

## [4.0.4-alpha.0](https://github.com/apollo-elements/apollo-elements/compare/@apollo-elements/lib@4.0.3...@apollo-elements/lib@4.0.4-alpha.0) (2021-01-17)
### Bug Fixes
* data and variable types ([a5c919b](https://github.com/apollo-elements/apollo-elements/commit/a5c919bed9c69fd164e8ef66c54f8413c4192a1b))
## [4.0.3](https://github.com/apollo-elements/apollo-elements/compare/@apollo-elements/lib@4.0.2...@apollo-elements/lib@4.0.3) (2021-01-14)

@@ -8,0 +19,0 @@

2

descriptors.d.ts

@@ -26,3 +26,3 @@ import type { ApolloElementInterface } from '@apollo-elements/interfaces/apollo-element';

*/
export declare function effect<C extends ApolloElementInterface<any, any>>(options: PropertyEffectOptions<C>): PropertyDescriptor;
export declare function effect<C extends ApolloElementInterface>(options: PropertyEffectOptions<C>): PropertyDescriptor;
/**

@@ -29,0 +29,0 @@ * Creates a `PropertyDescriptor` for an `ApolloElement`'s `document` property.

{
"name": "@apollo-elements/lib",
"version": "4.0.3",
"version": "4.0.4-alpha.0",
"description": "Library functions for apollo-elements",

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

"dependencies": {
"@apollo-elements/interfaces": "^1.4.3",
"@apollo-elements/interfaces": "^1.5.0-alpha.0",
"@apollo/client": "^3.3.6",

@@ -70,3 +70,3 @@ "tslib": "^2.0.3"

},
"gitHead": "66063e0845d6f49834608050789649944950449d"
"gitHead": "1e9c95d0af349d86b2bb12e600ab27494abc472b"
}

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