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

@aelesia/testnpmpackage

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aelesia/testnpmpackage - npm Package Compare versions

Comparing version 1.0.3 to 1.0.4

1

.eslintrc.json

@@ -34,2 +34,3 @@ {

"@typescript-eslint/ban-ts-ignore": "off",
"@typescript-eslint/type-annotation-spacing": "warn",
"prettier/prettier": "warn",

@@ -36,0 +37,0 @@ "prefer-const": "off"

@@ -38,2 +38,6 @@ "use strict";

exports.bnet_id = bnet_id;
function new_function() {
return 'new_function';
}
exports.new_function = new_function;
//# sourceMappingURL=Something.js.map

2

package.json
{
"name": "@aelesia/testnpmpackage",
"version": "1.0.3",
"version": "1.0.4",
"description": "throwaway",

@@ -5,0 +5,0 @@ "author": "",

@@ -33,1 +33,5 @@ class some_singleton {

}
export function new_function():string {
return 'new_function'
}

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