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

@getlang/lib

Package Overview
Dependencies
Maintainers
0
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@getlang/lib - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

1

dist/values/html.d.ts
import type { ElementType } from 'domelementtype';
import type * as dh from 'domhandler';
import './patch-dom.js';
import './getlang__xpath.js';
declare class Attribute extends dh.Node {

@@ -5,0 +6,0 @@ type: ElementType.Text;

@@ -9,2 +9,3 @@ import { parse as parse5 } from 'parse5';

import './patch-dom.js';
import './getlang__xpath.js';
export const parse = (html) => {

@@ -11,0 +12,0 @@ return parse5(html, { treeAdapter: adapter });

2

package.json
{
"name": "@getlang/lib",
"version": "0.0.4",
"version": "0.0.5",
"license": "Apache-2.0",

@@ -5,0 +5,0 @@ "type": "module",

@@ -15,2 +15,3 @@ import type { ElementType } from 'domelementtype'

import './patch-dom.js'
import './getlang__xpath.js'

@@ -17,0 +18,0 @@ declare class Attribute extends dh.Node {

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