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

@azuro-protocol/nft-image-generator

Package Overview
Dependencies
Maintainers
2
Versions
13
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@azuro-protocol/nft-image-generator - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

lib/src/css/index.css

5

package.json
{
"name": "@azuro-protocol/nft-image-generator",
"version": "1.0.1",
"version": "1.0.2",
"description": "",

@@ -29,3 +29,4 @@ "main": "lib/index.js",

"rollup-plugin-uglify": "^6.0.4",
"rimraf": "^3.0.2"
"rimraf": "^3.0.2",
"rollup-plugin-copy": "^3.4.0"
},

@@ -32,0 +33,0 @@ "dependencies": {

7

rollup.config.js

@@ -5,2 +5,3 @@ import builtins from 'builtin-modules/static'

import json from '@rollup/plugin-json'
import copy from 'rollup-plugin-copy'

@@ -38,4 +39,8 @@ import pkg from './package.json'

}),
// uglify(),
copy({
targets: [
{ src: ['src/templates', 'src/images', 'src/css'], dest: 'lib/src' },
]
})
],
}
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