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.0 to 1.0.1

1

dist/Excel/Objects/worksheet.js

@@ -12,2 +12,3 @@ (function (factory) {

function Worksheet(name, context) {
this.name = name;
this.context = context;

@@ -14,0 +15,0 @@ }

4

package.json

@@ -8,7 +8,7 @@ {

},
"version": "1.0.0",
"version": "1.0.1",
"dependencies": {
"core-js": "^2.4.1"
},
"main": "src/index.ts",
"main": "dist/index.js",
"typings": "dist/office-js-helpers.d.ts",

@@ -15,0 +15,0 @@ "files": [

import {ExcelRequestContext} from '../request.context';
export class Worksheet {
constructor(name: string, public context: ExcelRequestContext) {
constructor(public name: string, public context: ExcelRequestContext) {

@@ -6,0 +6,0 @@ }

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