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

@alchemist/dotnet

Package Overview
Dependencies
Maintainers
1
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alchemist/dotnet - npm Package Compare versions

Comparing version 0.4.4 to 0.4.5

2

dist/projects/dotnet-project-serializer.d.ts

@@ -8,3 +8,3 @@ import { INode, INodeGroup, IProject, IProjectSerializer } from "@alchemist/core";

isNodeTypeData(typeData: any): boolean;
deserialize(projectData: string): IProject;
deserialize(projectData: string | object): IProject;
abstract processNode(node: INode, nodeGroup: INodeGroup, project: IProject): void;

@@ -11,0 +11,0 @@ abstract processNodeGroup(nodeGroup: INodeGroup, project: IProject): void;

{
"name": "@alchemist/dotnet",
"version": "0.4.4",
"version": "0.4.5",
"main": "dist/index.js",

@@ -20,3 +20,3 @@ "types": "dist/index.d.ts",

"dependencies": {
"@alchemist/core": "^0.5.2",
"@alchemist/core": "^0.5.3",
"@treacherous/core": "^0.17.7",

@@ -23,0 +23,0 @@ "@treacherous/decorators": "^0.2.4",

Sorry, the diff of this file is too big to display

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