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

henrybuilt-js-library

Package Overview
Dependencies
Maintainers
5
Versions
440
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.8.249 to 1.8.250

3

package.json
{
"name": "henrybuilt-js-library",
"version": "1.8.249",
"version": "1.8.250",
"description": "",

@@ -41,2 +41,3 @@ "main": "index.js",

"polygon-clipping": "^0.14.2",
"regenerator-runtime": "^0.13.11",
"robust-point-in-polygon": "^1.0.3",

@@ -43,0 +44,0 @@ "whatwg-fetch": "^3.0.0"

var _ = require('lodash');
var Cookies = require('js-cookie');
require('regenerator-runtime/runtime');
var showErrorAlert = _.debounce(({errorMessage}) => {

@@ -5,0 +7,0 @@ //istanbul ignore if

@@ -8,3 +8,3 @@ var path = require('path');

},
entry: {index: ['./src/index.js']},
entry: {index: ["regenerator-runtime/runtime.js", './src/index.js']},
target: 'web',

@@ -11,0 +11,0 @@ devServer: {inline: false},

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