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

@boost/common

Package Overview
Dependencies
Maintainers
1
Versions
53
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@boost/common - npm Package Compare versions

Comparing version 3.2.0 to 3.2.1

14

lib/_virtual/_rollupPluginBabelHelpers.js

@@ -484,10 +484,10 @@ 'use strict';

subClass.prototype = Object.create(superClass && superClass.prototype, {
constructor: {
value: subClass,
writable: true,
configurable: true
}
});
Object.defineProperty(subClass, "prototype", {
value: Object.create(superClass && superClass.prototype, {
constructor: {
value: subClass,
writable: true,
configurable: true
}
}),
writable: false

@@ -494,0 +494,0 @@ });

{
"name": "@boost/common",
"version": "3.2.0",
"version": "3.2.1",
"release": "1594765247526",

@@ -39,8 +39,8 @@ "description": "A collection of common utilities, classes, and helpers.",

"@boost/decorators": "^3.0.0",
"@boost/internal": "^3.0.0",
"fast-glob": "^3.2.7",
"@boost/internal": "^3.0.1",
"fast-glob": "^3.2.11",
"json5": "^2.2.0",
"optimal": "^5.1.1",
"pretty-ms": "^7.0.1",
"resolve": "^1.20.0",
"resolve": "^1.22.0",
"yaml": "^1.10.2"

@@ -68,3 +68,3 @@ },

},
"gitHead": "45b58d0e1bbf8112e7b498da7004beceb4e9570a"
"gitHead": "5eb62e61451a0b461482ff9ed47f5ee405d44dc3"
}
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