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

@noma/helper-env

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@noma/helper-env - npm Package Compare versions

Comparing version 1.0.2 to 1.1.0

22

package.json
{
"name": "@noma/helper-env",
"version": "1.0.2",
"version": "1.1.0",
"description": "",

@@ -15,18 +15,18 @@ "main": "./src/index.js",

"devDependencies": {
"@noma/eslint-config-noma": "^1.0.0",
"@noma/eslint-config-noma-test": "^1.0.0",
"chai": "^4.2.0",
"eslint": "7.21.0",
"eslint-plugin-import": "2.22.1",
"@noma/eslint-config-noma": "^1.1.0",
"@noma/eslint-config-noma-test": "^1.1.0",
"chai": "^4.3.4",
"eslint": "7.32.0",
"eslint-plugin-import": "2.24.2",
"eslint-plugin-node": "11.1.0",
"eslint-plugin-promise": "4.3.1",
"eslint-plugin-promise": "5.1.0",
"eslint-plugin-standard": "5.0.0",
"mocha": "^8.1.3",
"mocha": "^9.1.1",
"mocha-eslint": "7.0.0"
},
"dependencies": {
"@noma/helper-debug": "^1.0.2",
"@noma/helper-json": "^1.0.0"
"@noma/helper-debug": "^1.1.0",
"@noma/helper-json": "^1.1.0"
},
"gitHead": "a68898aae5d6ba71ec0c4b82436b679e18bf777a"
"gitHead": "e12031f0ce2e9237f084f63b252f4caff5b2c597"
}
import '../src/index.js'
describe('@noma/helper-env', () => {
it('should add env var TEST', () => {
expect(process.env).to.have.property('TEST')
})
it('should add env var TEST', () => {
expect(process.env).to.have.property('TEST')
})
})
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