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

henrybuilt-js-library

Package Overview
Dependencies
Maintainers
1
Versions
443
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

henrybuilt-js-library - npm Package Compare versions

Comparing version 1.5.7 to 1.5.8

2

package.json
{
"name": "henrybuilt-js-library",
"version": "1.5.7",
"version": "1.5.8",
"description": "",

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

if (typeof(window) !== 'undefined') global.fetch = require('whatwg-fetch').fetch;
global.lib = {
var library = {
...((typeof(lib) !== 'undefined' && lib) || {}),

@@ -24,3 +24,6 @@ ...require('./core/lib'),

global.lib = library;
global.Class = require('./core/class');
global.Model = require('./core/model');
module.exports = library;

@@ -141,3 +141,3 @@ var libMaterials = require('@src/materials/materials');

if (project.companyKey === 'vp' && !_.includes([46, 53, 54, 81, 82, 65], product.categoryId)) {
if (project.companyKey === 'vp' && !_.includes([46, 53, 54], product.categoryId)) {
price = price.multiply(0.7);

@@ -144,0 +144,0 @@ }

Sorry, the diff of this file is too big to display

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