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

@wrathofzombies/my-cool-demo

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wrathofzombies/my-cool-demo - npm Package Compare versions

Comparing version 1.0.4 to 1.0.5

dist/Old/collections/collection.js

8

dist/Old/index.js

@@ -6,6 +6,12 @@ (function (factory) {

else if (typeof define === 'function' && define.amd) {
define(["require", "exports"], factory);
define(["require", "exports", './objects/workbook', './objects/worksheet', './collections/collection', './collections/worksheets', './client.request', './request.context'], factory);
}
})(function (require, exports) {
"use strict";
require('./objects/workbook');
require('./objects/worksheet');
require('./collections/collection');
require('./collections/worksheets');
require('./client.request');
require('./request.context');
var excel = Excel;

@@ -12,0 +18,0 @@ exports.Excel = excel;

2

package.json

@@ -8,3 +8,3 @@ {

},
"version": "1.0.4",
"version": "1.0.5",
"dependencies": {

@@ -11,0 +11,0 @@ "core-js": "^2.4.1"

@@ -0,2 +1,9 @@

import './objects/workbook';
import './objects/worksheet';
import './collections/collection';
import './collections/worksheets';
import './client.request';
import './request.context';
import excel = Excel;
export {excel as Excel};

Sorry, the diff of this file is not supported yet

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