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

@lightningtv/core

Package Overview
Dependencies
Maintainers
0
Versions
152
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightningtv/core - npm Package Compare versions

Comparing version 1.0.0-rc2 to 1.0.0

3

dist/src/states.js

@@ -26,2 +26,5 @@ import { isArray, isString } from './utils.js';

add(state) {
if (this.has(state)) {
return;
}
this.push(state);

@@ -28,0 +31,0 @@ this.onChange();

4

package.json
{
"name": "@lightningtv/core",
"version": "1.0.0-rc2",
"version": "1.0.0",
"description": "Lightning TV Core for Universal Renderers",

@@ -55,3 +55,3 @@ "type": "module",

"peerDependencies": {
"@lightningjs/renderer": "^1.0.0-rc.3"
"@lightningjs/renderer": "^1.0.0"
},

@@ -58,0 +58,0 @@ "lint-staged": {

@@ -37,2 +37,5 @@ import { isArray, isString } from './utils.js';

add(state: string) {
if (this.has(state)) {
return;
}
this.push(state);

@@ -39,0 +42,0 @@ this.onChange();

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