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

@groupby/beacon-models

Package Overview
Dependencies
Maintainers
16
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@groupby/beacon-models - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1-alpha.0

.vscode/settings.json

14

package.json
{
"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
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