Socket
Socket
Sign inDemoInstall

@lion/core

Package Overview
Dependencies
Maintainers
1
Versions
66
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lion/core - npm Package Compare versions

Comparing version 0.13.2 to 0.13.3

6

CHANGELOG.md
# Change Log
## 0.13.3
### Patch Changes
- e2e4deec: Export reparentNodes and removeNodes
## 0.13.2

@@ -4,0 +10,0 @@

2

index.d.ts

@@ -52,2 +52,4 @@ export { asyncAppend } from 'lit-html/directives/async-append.js';

TemplateResult,
removeNodes,
reparentNodes,
} from 'lit-html';

@@ -37,2 +37,4 @@ // lit-element

TemplateResult,
reparentNodes,
removeNodes,
} from 'lit-html';

@@ -39,0 +41,0 @@ export { asyncAppend } from 'lit-html/directives/async-append.js';

10

package.json
{
"name": "@lion/core",
"version": "0.13.2",
"version": "0.13.3",
"description": "Core functionality that is shared across all Lion Web Components",

@@ -26,7 +26,7 @@ "license": "MIT",

"scripts": {
"debug": "cd ../../ && yarn debug --group core",
"debug:firefox": "cd ../../ && yarn debug:firefox --group core",
"debug:webkit": "cd ../../ && yarn debug:webkit --group core",
"debug": "cd ../../ && npm run debug -- --group core",
"debug:firefox": "cd ../../ && npm run debug:firefox -- --group core",
"debug:webkit": "cd ../../ && npm run debug:webkit -- --group core",
"prepublishOnly": "../../scripts/npm-prepublish.js",
"test": "cd ../../ && yarn test:browser --group core"
"test": "cd ../../ && npm run test:browser -- --group core"
},

@@ -33,0 +33,0 @@ "sideEffects": false,

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