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

rapidoc-core

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rapidoc-core - npm Package Compare versions

Comparing version 0.0.1-alfa.18 to 0.0.1-alfa.19

16

dist/rapidoc-core.js

@@ -1,12 +0,3 @@

(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
module.exports =
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache

@@ -1688,3 +1679,2 @@ /******/ var installedModules = {};

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

2

package.json
{
"name": "rapidoc-core",
"version": "0.0.1-alfa.18",
"version": "0.0.1-alfa.19",
"description": "",

@@ -5,0 +5,0 @@ "main": "dist/rapidoc-core.js",

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

filename: 'rapidoc-core.js',
libraryTarget: 'umd',
libraryTarget: 'commonjs2',
},
node: {
fs: 'empty',
global: true,
global: false,
__filename: false,

@@ -15,0 +15,0 @@ __dirname: false,

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