New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@lwrjs/shared-utils

Package Overview
Dependencies
Maintainers
8
Versions
489
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@lwrjs/shared-utils - npm Package Compare versions

Comparing version 0.0.2-alpha34 to 0.0.2-alpha36

build/commonjs/html-meta.js

1

build/es/identity.d.ts

@@ -109,2 +109,3 @@ import getCacheKeyFromJson from 'fast-json-stable-stringify';

export { getCacheKeyFromJson };
export declare function isExternalUrl(url: string): boolean;
//# sourceMappingURL=identity.d.ts.map

@@ -182,2 +182,6 @@ import slugifyText from 'slugify';

export { getCacheKeyFromJson };
const REGEX_URL_SCHEMA_PREFIX = /^(https?|\/\/)/;
export function isExternalUrl(url) {
return REGEX_URL_SCHEMA_PREFIX.test(url);
}
//# sourceMappingURL=identity.js.map

6

package.json

@@ -7,3 +7,3 @@ {

},
"version": "0.0.2-alpha34",
"version": "0.0.2-alpha36",
"homepage": "https://lwr.dev/",

@@ -40,3 +40,3 @@ "repository": {

"devDependencies": {
"@lwrjs/types": "0.0.2-alpha34"
"@lwrjs/types": "0.0.2-alpha36"
},

@@ -46,3 +46,3 @@ "engines": {

},
"gitHead": "89f63e3860b912a7907ef55ee7dd420487f7a016"
"gitHead": "90780d8ce526e05385aa60f74bf86cd1716268e8"
}
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