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

@reshadow/core

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@reshadow/core - npm Package Compare versions

Comparing version 0.0.1-alpha.70 to 0.0.1-alpha.71

11

CHANGELOG.md

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

## [0.0.1-alpha.71](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.70...v0.0.1-alpha.71) (2019-10-24)
### Features
* **core:** fix IE11 symbol bug ([e81a481](https://github.com/lttb/reshadow/commit/e81a481))
## [0.0.1-alpha.70](https://github.com/lttb/reshadow/compare/v0.0.1-alpha.69...v0.0.1-alpha.70) (2019-09-30)

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

2

index.js

@@ -46,3 +46,3 @@ "use strict";

if (!(KEYS.__id__ in _style)) {
if (!_style[KEYS.__id__]) {
_style[KEYS.__id__] = ++index;

@@ -49,0 +49,0 @@ _style[KEYS.__store__] = _defineProperty({}, '_' + _style[KEYS.__id__], _style);

{
"name": "@reshadow/core",
"version": "0.0.1-alpha.70",
"version": "0.0.1-alpha.71",
"description": "reshadow core runtime",

@@ -5,0 +5,0 @@ "main": "index.js",

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