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.1 to 1.0.2

1

dist/Word/Objects/content.control.js

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

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

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

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

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

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

2

package.json

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

},
"version": "1.0.1",
"version": "1.0.2",
"dependencies": {

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

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

Sorry, the diff of this file is not supported yet

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