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

client-side-library-resolver

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

client-side-library-resolver - npm Package Compare versions

Comparing version 1.1.0 to 1.1.1

5

CHANGELOG.md

@@ -18,2 +18,5 @@ # Changelog

### Added
- `LocalRegistry` now uses `semver` to verify versions.
- `LocalRegistry` now uses `semver` to verify versions.
## [1.1.1] - 2019-07-21
-

2

lib/LocalRegistry.js

@@ -49,3 +49,3 @@ "use strict";

lib.path));
if (!packageJson.main && !(await fs.pathExists(libPath))) {
if (!(await fs.pathExists(libPath))) {
throw new Registry_1.NoMain(lib);

@@ -52,0 +52,0 @@ }

{
"name": "client-side-library-resolver",
"version": "1.1.0",
"version": "1.1.1",
"description": "Provides tools to seamlessly switch between sending CDN or locally stored modules to the browser.",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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