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

pnkg

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pnkg - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

.gruntfile.js

12

package.json
{
"name": "pnkg",
"version": "1.0.0",
"version": "1.0.1",
"description": "PNG bundler",

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

"scripts": {
"test": "echo \"Error: no test specified. awesome!\" && exit 0"
"build:dev": "grunt --gruntfile \".gruntfile.js\" build:dev",
"build:prod": "grunt --gruntfile \".gruntfile.js\" build:prod",
"test": "mocha test"
},

@@ -17,3 +19,9 @@ "keywords": [],

"pngjs": "^6.0.0"
},
"devDependencies": {
"chai": "^1.10.0",
"grunt": "^1.3.0",
"grunt-webpack": "^4.0.2",
"mocha": "^2.0.1"
}
}

14

README.md

@@ -1,3 +0,3 @@

# PNKG [![Build Status](https://api.travis-ci.com/swashvirus/pnkg.svg?branch=main)](http://travis-ci.com/swashvirus/pnkg)
# PNKG [![Build Status](https://api.travis-ci.com/swashvirus/pnkg.svg?branch=main)](https://travis-ci.com/swashvirus/pnkg)
[![Pnkg logo](pnkg-gray.png)](https://github.com/swashvirus/pnkg)
## Definition in brief:

@@ -8,3 +8,5 @@ Pnkg is a node module that allows you to package arbitrary files into PNG bundles.

Install as a node module, from commandline type:
`npm install pnkg`
```
npm install pnkg
```

@@ -16,3 +18,5 @@ ```javascript

Install as a commandline module globally type:
`npm install —global pnkg`
```
npm install —global pnkg
```

@@ -33,2 +37,2 @@ ## Documentation

Copyright (c) 2021 John swana
Licensed under the MIT license.
Licensed under the MIT license.
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