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

maishu-chitu-service

Package Overview
Dependencies
Maintainers
1
Versions
56
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

maishu-chitu-service - npm Package Compare versions

Comparing version 1.0.5 to 1.0.8

17

dist/index.js
/*!
* CHITU SERVICE v1.0.5
* CHITU SERVICE v1.0.8
* https://github.com/ansiboy/chitu-service

@@ -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

@@ -157,2 +167,3 @@ /******/ var installedModules = {};

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

2

package.json

@@ -7,3 +7,3 @@ {

},
"version": "1.0.5",
"version": "1.0.8",
"name": "maishu-chitu-service",

@@ -10,0 +10,0 @@ "main": "./dist/index.js",

@@ -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