Socket
Socket
Sign inDemoInstall

@pmltechpile/common

Package Overview
Dependencies
0
Maintainers
1
Versions
22
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.0.1 to 1.0.2

5

package.json
{
"name": "@pmltechpile/common",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

@@ -8,3 +8,4 @@ "main": "index.js",

"clean": "del-cli ./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"
},

@@ -11,0 +12,0 @@ "keywords": [],

2

src/index.ts

@@ -8,3 +8,3 @@ interface Color {

const color: Color = {
red: 10,
red: 20,
blue: 10,

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc