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

@accordproject/concerto-cto

Package Overview
Dependencies
Maintainers
0
Versions
520
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@accordproject/concerto-cto - npm Package Compare versions

Comparing version 3.20.1 to 3.20.2-20241212133710

2

dist/concerto-cto.js.LICENSE.txt
/*!
* Concerto CTO v3.20.1
* Concerto CTO v3.20.2-20241212133710
* Licensed under the Apache License, Version 2.0 (the "License");

@@ -4,0 +4,0 @@ * you may not use this file except in compliance with the License.

{
"name": "@accordproject/concerto-cto",
"version": "3.20.1",
"version": "3.20.2-20241212133710",
"description": "Parser for Concerto CTO files",

@@ -48,2 +48,3 @@ "homepage": "https://github.com/accordproject/concerto",

"mocha": "10.8.2",
"node-polyfill-webpack-plugin": "4.0.0",
"nyc": "17.1.0",

@@ -56,3 +57,3 @@ "peggy": "4.2.0",

"@accordproject/concerto-metamodel": "3.10.4",
"@accordproject/concerto-util": "3.20.1"
"@accordproject/concerto-util": "3.20.2-20241212133710"
},

@@ -59,0 +60,0 @@ "browserslist": "> 0.25%, not dead",

@@ -19,2 +19,3 @@ /*

const webpack = require('webpack');
const NodePolyfillPlugin = require('node-polyfill-webpack-plugin');

@@ -49,2 +50,3 @@ const packageJson = require('./package.json');

}),
new NodePolyfillPlugin(),
],

@@ -69,5 +71,16 @@ module: {

// for the list of Node.js core module polyfills.
'path': 'path-browserify'
'fs': false,
'tls': false,
'net': false,
'child_process': false,
'os': false,
'path': false,
// 'crypto': require.resolve('crypto-browserify'),
// 'stream': require.resolve('stream-browserify'),
// 'http': require.resolve('stream-http'),
// 'https': require.resolve('https-browserify'),
// 'zlib': require.resolve('browserify-zlib'),
// 'vm2': require.resolve('vm-browserify'),
}
}
};
};

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