@groupby/beacon-models
Advanced tools
Comparing version 1.0.0 to 1.0.1-alpha.0
{ | ||
"name": "@groupby/beacon-models", | ||
"version": "1.0.0", | ||
"version": "1.0.1-alpha.0", | ||
"description": "TypeScript interfaces and types for the beacons GroupBy systems receive.", | ||
"scripts": { | ||
"clean": "rm -r partials 2> /dev/null; rm *.d.ts 2> /dev/null; rm *.js 2> /dev/null", | ||
"arrangeForNpm": "mv dist/* . && rm -r dist", | ||
"clean": "rm -r addToCart autoMoreRefinements autoSearch constants directMoreRefinements directSearch invalid moreRefinements order partials removeFromCart search segment utils viewCart ViewProduct 2> /dev/null; rm *.d.ts 2> /dev/null; rm *.js 2> /dev/null", | ||
"compileTs": "./node_modules/.bin/tsc", | ||
"arrangeForNpm": "mv dist/* . && rm -r dist", | ||
"build": "npm run clean 2> /dev/null; npm run compileTs && npm run arrangeForNpm" | ||
@@ -18,3 +18,9 @@ }, | ||
"main": "index.js", | ||
"types": "index.d.ts" | ||
"types": "index.d.ts", | ||
"dependencies": { | ||
"@types/lodash": "^4.14.123", | ||
"lodash": "^4.17.11", | ||
"moment": "^2.22.2", | ||
"regexpu-core": "^4.2.0" | ||
} | ||
} |
"use strict"; | ||
Object.defineProperty(exports, "__esModule", { value: true }); | ||
; | ||
// No sanitization or validation |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
Deprecated
MaintenanceThe maintainer of the package marked it as deprecated. This could indicate that a single version should not be used, or that the package is no longer maintained and any new vulnerabilities will not be fixed.
Found 1 instance in 1 package
578795
154
15909
0
4
2
1
+ Added@types/lodash@^4.14.123
+ Addedlodash@^4.17.11
+ Addedmoment@^2.22.2
+ Addedregexpu-core@^4.2.0
+ Added@types/lodash@4.17.14(transitive)
+ Addedjsesc@0.5.0(transitive)
+ Addedlodash@4.17.21(transitive)
+ Addedmoment@2.30.1(transitive)
+ Addedregenerate@1.4.2(transitive)
+ Addedregenerate-unicode-properties@9.0.0(transitive)
+ Addedregexpu-core@4.8.0(transitive)
+ Addedregjsgen@0.5.2(transitive)
+ Addedregjsparser@0.7.0(transitive)
+ Addedunicode-canonical-property-names-ecmascript@2.0.1(transitive)
+ Addedunicode-match-property-ecmascript@2.0.0(transitive)
+ Addedunicode-match-property-value-ecmascript@2.2.0(transitive)
+ Addedunicode-property-aliases-ecmascript@2.1.0(transitive)