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

node-containerpattern

Package Overview
Dependencies
Maintainers
1
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

node-containerpattern - npm Package Compare versions

Comparing version 1.7.5 to 1.7.6

51

package.json
{
"name": "node-containerpattern",
"version": "1.7.5",
"version": "1.7.6",
"description": "A 'Container pattern' object for a clean global use of data.",

@@ -21,3 +22,3 @@

"build": "npx tsc --project \"./tsconfig.json\"",
"build": "node ./removeOldBuild.js && npx tsc --project \"./tsconfig.json\"",

@@ -37,3 +38,21 @@ "lint": "npx eslint ./test/**/*.js",

],
"engines": {
"node": ">=16.0.0"
},
"dependencies": {},
"devDependencies": {
"@types/node": "20.8.2",
"check-version-modules": "2.0.0",
"coveralls": "3.1.1",
"eslint": "8.50.0",
"fs-extra": "11.1.1",
"husky": "8.0.3",
"mocha": "10.2.0",
"nyc": "15.1.0",
"typescript": "5.2.2",
"used-deps-analyzer": "0.1.8"
},
"optionalDependencies": {},
"husky": {

@@ -44,6 +63,2 @@ "hooks": {

},
"repository": {
"type": "git",
"url": "git://github.com/Psychopoulet/node-containerpattern.git"
},
"keywords": [

@@ -64,22 +79,12 @@ "node",

"license": "ISC",
"homepage": "https://github.com/Psychopoulet/node-containerpattern#readme",
"repository": {
"type": "git",
"url": "git://github.com/Psychopoulet/node-containerpattern.git"
},
"bugs": {
"url": "https://github.com/Psychopoulet/node-containerpattern/issues"
},
"dependencies": {},
"devDependencies": {
"@types/node": "20.5.0",
"check-version-modules": "1.3.5",
"coveralls": "3.1.1",
"eslint": "8.47.0",
"fs-extra": "11.1.1",
"husky": "8.0.3",
"mocha": "10.2.0",
"nyc": "15.1.0",
"typescript": "5.1.6",
"used-deps-analyzer": "0.1.2"
},
"homepage": "https://github.com/Psychopoulet/node-containerpattern#readme",
"engines": {
"node": ">=12.0.0"
}
}

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