Socket
Socket
Sign inDemoInstall

virtual-core

Package Overview
Dependencies
2
Maintainers
2
Versions
14
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

6

lib/src/SlotTypes.js

@@ -54,6 +54,6 @@ "use strict";

if (!values) {
values = [];
this.values = [];
}
for (var _i = 0, values_1 = values; _i < values_1.length; _i++) {
var value = values_1[_i];
for (var _i = 0, _a = this.values; _i < _a.length; _i++) {
var value = _a[_i];
if (value.builtin === undefined) {

@@ -60,0 +60,0 @@ value.builtin = false;

@@ -5,3 +5,3 @@ {

"private": false,
"version": "0.1.0",
"version": "0.1.1",
"main": "./lib/src/Index.js",

@@ -8,0 +8,0 @@ "typings": "./lib/src/Index.d.ts",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc