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

@rm8tickets/common

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rm8tickets/common - npm Package Compare versions

Comparing version 1.0.5 to 1.0.6

2

build/index.js
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
var color = {
red: 10,
red: 20,
blue: 10,

@@ -6,0 +6,0 @@ green: 10

{
"name": "@rm8tickets/common",
"version": "1.0.5",
"version": "1.0.6",
"description": "",

@@ -12,3 +12,4 @@ "main": "./build/index.js",

"clean": "del /Q .\\build\\*",
"build": "npm run clean && tsc"
"build": "npm run clean && tsc",
"pub": "git add . && git commit -m \"Updates\" && npm version patch && npm run build && npm publish"
},

@@ -15,0 +16,0 @@ "keywords": [],

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