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

@featurevisor/sdk

Package Overview
Dependencies
Maintainers
1
Versions
115
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@featurevisor/sdk - npm Package Compare versions

Comparing version 0.30.0 to 0.30.1

coverage/clover.xml

8

CHANGELOG.md

@@ -6,2 +6,10 @@ # Change Log

## [0.30.1](https://github.com/fahad19/featurevisor/compare/v0.30.0...v0.30.1) (2023-06-14)
**Note:** Version bump only for package @featurevisor/sdk
# [0.30.0](https://github.com/fahad19/featurevisor/compare/v0.29.0...v0.30.0) (2023-06-10)

@@ -8,0 +16,0 @@

96

package.json
{
"name": "@featurevisor/sdk",
"version": "0.30.0",
"description": "Featurevisor SDK for Node.js and the browser",
"main": "dist/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"lint": "echo 'not linting in this package yet'",
"transpile": "rimraf lib && tsc --project tsconfig.esm.json",
"dist": "webpack --config ./webpack.config.js",
"build": "npm run transpile && npm run dist",
"test": "jest --config jest.config.js --verbose"
},
"author": {
"name": "Fahad Heylaal",
"url": "https://fahad19.com"
},
"homepage": "https://featurevisor.com",
"keywords": [
"featurevisor",
"feature",
"features",
"flags",
"feature flags",
"feature toggles",
"feature management",
"experimentation",
"experiment",
"experiments"
],
"repository": {
"type": "git",
"url": "https://github.com/fahad19/featurevisor.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"bugs": {
"url": "https://github.com/fahad19/featurevisor/issues"
},
"license": "MIT",
"dependencies": {
"@featurevisor/types": "^0.30.0",
"compare-versions": "^6.0.0-rc.1",
"murmurhash": "^2.0.1"
},
"gitHead": "665b9d4d1586886bffe4a94cc2e2c5a3ffa708f3"
"name": "@featurevisor/sdk",
"version": "0.30.1",
"description": "Featurevisor SDK for Node.js and the browser",
"main": "dist/index.js",
"module": "lib/index.js",
"types": "lib/index.d.ts",
"scripts": {
"lint": "echo 'not linting in this package yet'",
"transpile": "rimraf lib && tsc --project tsconfig.esm.json",
"dist": "webpack --config ./webpack.config.js",
"build": "npm run transpile && npm run dist",
"test": "jest --config jest.config.js --verbose --coverage"
},
"author": {
"name": "Fahad Heylaal",
"url": "https://fahad19.com"
},
"homepage": "https://featurevisor.com",
"keywords": [
"featurevisor",
"feature",
"features",
"flags",
"feature flags",
"feature toggles",
"feature management",
"experimentation",
"experiment",
"experiments"
],
"repository": {
"type": "git",
"url": "https://github.com/fahad19/featurevisor.git"
},
"publishConfig": {
"access": "public",
"registry": "https://registry.npmjs.org/"
},
"bugs": {
"url": "https://github.com/fahad19/featurevisor/issues"
},
"license": "MIT",
"dependencies": {
"@featurevisor/types": "^0.30.0",
"compare-versions": "^6.0.0-rc.1",
"murmurhash": "^2.0.1"
},
"gitHead": "415d852f3be82af19d1fdd7e9b6831ef0b8e4fe1"
}

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