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

creature-features

Package Overview
Dependencies
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

creature-features - npm Package Compare versions

Comparing version 4.0.0 to 4.1.0

14

package.json
{
"name": "creature-features",
"version": "4.0.0",
"version": "4.1.0",
"description": "Feature flags for node.js",

@@ -42,9 +42,9 @@ "main": "index.js",

"@kev_nz/publisher": "^4.0.1",
"coveralls": "^3.0.4",
"cross-env": "^5.2.0",
"eslint": "^5.16.0",
"eslint-config-prettier": "^4.3.0",
"eslint-plugin-node": "^9.1.0",
"coveralls": "^3.0.6",
"cross-env": "^5.2.1",
"eslint": "^6.4.0",
"eslint-config-prettier": "^6.3.0",
"eslint-plugin-node": "^10.0.0",
"eslint-plugin-prettier": "^3.1.0",
"jest": "^24.8.0",
"jest": "^24.9.0",
"prettier": "^1.18.2"

@@ -51,0 +51,0 @@ },

@@ -27,2 +27,3 @@ describe('Feature based on percents', () => {

}
expect(trueTotal > 300).toBe(true)

@@ -29,0 +30,0 @@ expect(trueTotal < 375).toBe(true)

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