New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@csnext/cs-core

Package Overview
Dependencies
Maintainers
3
Versions
267
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@csnext/cs-core - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

2

dist/classes/project.d.ts

@@ -16,3 +16,3 @@ import { Dashboard } from './dashboard';

};
left?: SidebarOptions;
leftSidebar?: SidebarOptions;
constructor();

@@ -19,0 +19,0 @@ }

@@ -10,3 +10,3 @@ "use strict";

this.services = {};
this.left = {};
this.leftSidebar = {};
}

@@ -13,0 +13,0 @@ }

{
"name": "@csnext/cs-core",
"version": "0.0.2",
"version": "0.0.3",
"description": "cscore",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"url": "https://github.com/TNOCS/csnext",
"bugs": "https://github.com/TNOCS/csnext/issues",
"license": "MIT",

@@ -8,0 +10,0 @@ "scripts": {

@@ -14,3 +14,3 @@ import { Dashboard } from './dashboard';

public services? : { [id: string] : IServiceConfig} = {};
public left? : SidebarOptions = { };
public leftSidebar? : SidebarOptions = { };

@@ -17,0 +17,0 @@ public constructor() {

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