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

nahmii-contract-abstractions

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

nahmii-contract-abstractions - npm Package Compare versions

Comparing version 2.0.0 to 2.0.1

.DS_Store

6

lib/index.js

@@ -11,3 +11,7 @@ 'use strict';

const _getAbstractionNames = () => {
return glob.sync('build/contracts/*.json').map((f) => path.basename(f, '.json'));
const options = {
cwd: path.resolve(__dirname, '..')
};
return glob.sync('build/contracts/*.json', options)
.map((f) => path.basename(f, '.json'));
};

@@ -14,0 +18,0 @@

12

package.json
{
"_from": "nahmii-contract-abstractions@latest",
"_id": "nahmii-contract-abstractions@1.2.2",
"_id": "nahmii-contract-abstractions@2.0.0",
"_inBundle": false,
"_integrity": "sha512-HgMW+SMpjzrpF3MCY40mxwGvw6Czp/VY4sZs8k3q2YECdba/giDGG9usNaSmi1YiVghTT/uef/tEqh0ZOXp5lQ==",
"_integrity": "sha512-FCWqYzTEmt1S/GGmHjLuko5oBXONZ7ZITwtK5jo07d4ztCqQqDq0KcUIdp+sXXNcpTbnLCPArys5zghjgboCew==",
"_location": "/nahmii-contract-abstractions",

@@ -21,6 +21,6 @@ "_phantomChildren": {},

],
"_resolved": "https://registry.npmjs.org/nahmii-contract-abstractions/-/nahmii-contract-abstractions-1.2.2.tgz",
"_shasum": "444760df1fa91c30edb563e260e5da61642a09b7",
"_resolved": "https://registry.npmjs.org/nahmii-contract-abstractions/-/nahmii-contract-abstractions-2.0.0.tgz",
"_shasum": "d3115054daca713aa808ab5b4025b36cce8800cf",
"_spec": "nahmii-contract-abstractions@latest",
"_where": "/opt/buildagent/work/855e104608380c36",
"_where": "/Users/jensivar/workspace/hubiinetwork/tmp",
"author": {

@@ -57,3 +57,3 @@ "name": "Jens Ivar Jørdre",

},
"version": "2.0.0"
"version": "2.0.1"
}
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