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

ddd-es-node

Package Overview
Dependencies
Maintainers
1
Versions
211
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

ddd-es-node - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

3

dist/src/runtime/type_loader.js

@@ -19,2 +19,5 @@ "use strict";

}
if (initPath.indexOf('/node_modules/') > -1) {
initPath = path.resolve(path.join(initPath, '/../../'));
}
return initPath;

@@ -21,0 +24,0 @@ })();

5

package.json
{
"name": "ddd-es-node",
"version": "0.0.2",
"version": "0.0.3",
"description": "ddd-es-node",

@@ -17,3 +17,4 @@ "engineStrict": true,

"test-only": "jest --coverage",
"test:watch": "jest --watch"
"test:watch": "jest --watch",
"prepublishOnly": "npm run build"
},

@@ -20,0 +21,0 @@ "dependencies": {

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