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

maishu-chitu

Package Overview
Dependencies
Maintainers
1
Versions
104
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

maishu-chitu - npm Package Compare versions

Comparing version 2.5.0 to 2.5.2

17

dist/index.js
/*!
* CHITU v2.5.0
* CHITU v2.5.2
* https://github.com/ansiboy/chitu

@@ -8,3 +8,13 @@ *

*/
/******/ (function(modules) { // webpackBootstrap
(function webpackUniversalModuleDefinition(root, factory) {
if(typeof exports === 'object' && typeof module === 'object')
module.exports = factory();
else if(typeof define === 'function' && define.amd)
define([], factory);
else {
var a = factory();
for(var i in a) (typeof exports === 'object' ? exports : root)[i] = a[i];
}
})(window, function() {
return /******/ (function(modules) { // webpackBootstrap
/******/ // The module cache

@@ -192,2 +202,3 @@ /******/ var installedModules = {};

/******/ });
/******/ });
});

2

package.json

@@ -43,3 +43,3 @@ {

},
"version": "2.5.0"
"version": "2.5.2"
}

@@ -16,3 +16,4 @@ const path = require('path');

path: path.resolve(__dirname, 'dist'),
filename: 'index.js'
filename: 'index.js',
libraryTarget: "umd"
},

@@ -19,0 +20,0 @@ mode: 'development', // production

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