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

contexture-client

Package Overview
Dependencies
Maintainers
0
Versions
163
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

contexture-client - npm Package Compare versions

Comparing version 2.55.0 to 3.0.0

6

CHANGELOG.md
# Changelog
## 3.0.0
### Major Changes
- bf80fccc: `step` type contract updated to use `min` and `max` instead of `range` so it can be consistent with `number` type
## 2.55.0

@@ -4,0 +10,0 @@

7

dist/cjs/exampleTypes.js

@@ -217,8 +217,9 @@ var __create = Object.create;

reactors: {
range: "all"
min: "all",
max: "all"
},
defaults: {
field: null,
range: [0, 1e3],
steps: [0, 1e3, 5e3, 1e4, 25e3, 5e4, 1e6],
min: 0,
max: null,
context: {

@@ -225,0 +226,0 @@ recordsCount: 0

@@ -185,8 +185,9 @@ import _ from "lodash/fp.js";

reactors: {
range: "all"
min: "all",
max: "all"
},
defaults: {
field: null,
range: [0, 1e3],
steps: [0, 1e3, 5e3, 1e4, 25e3, 5e4, 1e6],
min: 0,
max: null,
context: {

@@ -193,0 +194,0 @@ recordsCount: 0

{
"name": "contexture-client",
"version": "2.55.0",
"version": "3.0.0",
"description": "The Contexture (aka ContextTree) Client",

@@ -21,3 +21,3 @@ "type": "module",

"prepack": "node ../../scripts/esbuild.js --platform=browser",
"test": "NODE_NO_WARNINGS=1 NODE_OPTIONS=--experimental-vm-modules yarn run -T jest ."
"test": "yarn run -T test --project client"
},

@@ -24,0 +24,0 @@ "repository": {

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