Socket
Socket
Sign inDemoInstall

@kyuwoo.choi/car

Package Overview
Dependencies
0
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 2.0.0-alpha.1 to 2.0.0-alpha.2

4

dist/bundle.js

@@ -7,5 +7,5 @@ (function webpackUniversalModuleDefinition(root, factory) {

else if(typeof exports === 'object')
exports["Car"] = factory();
exports["@kyuwoo.choi/car"] = factory();
else
root["Car"] = factory();
root["@kyuwoo.choi/car"] = factory();
})(this, function() {

@@ -12,0 +12,0 @@ return /******/ (function(modules) { // webpackBootstrap

{
"name": "@kyuwoo.choi/car",
"version": "2.0.0-alpha.1",
"version": "2.0.0-alpha.2",
"main": "index.js",

@@ -5,0 +5,0 @@ "author": "KyuWoo.Choi <kyuwoo.choi@gmail.com> (https://github.com/kyuwoo-choi)",

@@ -8,5 +8,5 @@ const path = require('path');

filename: 'bundle.js',
library: 'Car',
library: '@kyuwoo.choi/car',
libraryTarget: 'umd'
}
};
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