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

@lightningjs/core

Package Overview
Dependencies
Maintainers
7
Versions
26
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lightningjs/core - npm Package Compare versions

Comparing version 2.12.0 to 2.12.1

2

devtools/lightning-inspect.es5.js
/*
* Lightning v2.12.0
* Lightning v2.12.1
*

@@ -4,0 +4,0 @@ * https://github.com/rdkcentral/Lightning

{
"author": "Metrological, Bas van Meurs <b.van.meurs@metrological.com>",
"name": "@lightningjs/core",
"version": "2.12.0",
"version": "2.12.1",
"license": "Apache-2.0",

@@ -32,12 +32,12 @@ "type": "module",

"scripts": {
"build": "mkdir -p dist && rm -fr dist/* && concurrently -c \"auto\" \"npm:build:lightning\" \"npm:build:lightning.min\" \"npm:build:lightning.es5\" \"npm:build:lightning.es5.min\" \"npm:build:lightning-inspect.es5\" && npm run src-to-dist",
"build": "shx mkdir -p dist && shx rm -fr dist/* && concurrently -c \"auto\" \"npm:build:lightning\" \"npm:build:lightning.min\" \"npm:build:lightning.es5\" \"npm:build:lightning.es5.min\" \"npm:build:lightning-inspect.es5\" && npm run src-to-dist",
"release": "npm run build && npm publish --access public",
"typedoc": "typedoc --tsconfig tsconfig.typedoc.json",
"tsd": "tsd",
"src-to-dist": "bash ./scripts/src-to-dist.sh",
"build:lightning-inspect.es5": "BUILD_INSPECTOR=true BUILD_ES5=true vite build --mode production",
"src-to-dist": "node ./scripts/src-to-dist.cjs",
"build:lightning-inspect.es5": "cross-env BUILD_INSPECTOR=true BUILD_ES5=true vite build --mode production",
"build:lightning": "vite build --mode production",
"build:lightning.min": "BUILD_MINIFY=true vite build --mode production",
"build:lightning.es5": "BUILD_ES5=true vite build --mode production",
"build:lightning.es5.min": "BUILD_ES5=true BUILD_MINIFY=true vite build --mode production",
"build:lightning.min": "cross-env BUILD_MINIFY=true vite build --mode production",
"build:lightning.es5": "cross-env BUILD_ES5=true vite build --mode production",
"build:lightning.es5.min": "cross-env BUILD_ES5=true BUILD_MINIFY=true vite build --mode production",
"test": "vitest"

@@ -62,4 +62,7 @@ },

"concurrently": "^7.6.0",
"cross-env": "^7.0.3",
"mocha": "^6.2.1",
"rollup-plugin-cleanup": "^3.1.1",
"shelljs": "^0.8.5",
"shx": "^0.3.4",
"sinon": "^7.5.0",

@@ -66,0 +69,0 @@ "terser": "^5.16.8",

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is too big to display

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