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

@jbreneman/lazuli-js

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jbreneman/lazuli-js - npm Package Compare versions

Comparing version 1.2.1 to 1.2.2

2

package.json
{
"name": "@jbreneman/lazuli-js",
"version": "1.2.1",
"version": "1.2.2",
"description": "A lazy loading library",

@@ -5,0 +5,0 @@ "main": "dist/lazuli.cjs.js",

@@ -7,8 +7,8 @@ # Lazuli

`npm i -S lazuli-js` or `yarn add lazuli-js`.
`npm i @jbreneman/lazuli-js -S` or `yarn add @jbreneman/lazuli-js`.
## Usage
ES modules: `import Lazuli from 'lazuli-js';`
CJS modules: `var Lazuli = require('lazuli-js');`
ES modules: `import Lazuli from '@jbreneman/lazuli-js';`
CJS modules: `var Lazuli = require('@jbreneman/lazuli-js');`
Global: Make sure it's getting included in your build somehow, then use as normal.

@@ -15,0 +15,0 @@

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