Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@aonautilus/ticketingcommon

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@aonautilus/ticketingcommon - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

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": "@aonautilus/ticketingcommon",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

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

"clean": "del ./build/*",
"build": "yarn clean && tsc"
"build": "yarn clean && tsc",
"pub": "git add . && git commit -m \"Updates\" && npm version patch && yarn 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