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

@garethfuller/glue

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@garethfuller/glue - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

dist/assets/images/credit_cards/dark/10.png

19

package.json
{
"name": "@garethfuller/glue",
"version": "1.0.0",
"main": "./src/plugin/index.js",
"version": "1.0.1",
"main": "./dist/index.js",
"description": "Glue is a minimal Vue component library that uses Tailwindcss classes for customisation.",

@@ -24,2 +24,3 @@ "keywords": [

"files": [
"dist/*",
"src/plugin/*"

@@ -31,3 +32,4 @@ ],

"publish": "npm publish --access public",
"release": "release-it"
"release": "release-it",
"prepublish": "babel src/glue --out-dir dist --copy-files"
},

@@ -40,3 +42,3 @@ "publishConfig": {

"release": true,
"releaseName": "Release %s",
"releaseName": "Release ${version}",
"tokenRef": "GITHUB_TOKEN"

@@ -49,2 +51,7 @@ },

},
"babel": {
"presets": [
"@babel/preset-env"
]
},
"dependencies": {

@@ -54,2 +61,6 @@ "vue": "^2.5.17"

"devDependencies": {
"@babel/cli": "^7.8.4",
"@babel/core": "^7.9.6",
"@babel/preset-env": "^7.9.6",
"@garethfuller/glue": "./",
"@vue/cli-plugin-babel": "^3.1.1",

@@ -56,0 +67,0 @@ "@vue/cli-service": "^3.1.4",

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