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

@neoskop/dockerfile.js

Package Overview
Dependencies
Maintainers
12
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neoskop/dockerfile.js - npm Package Compare versions

Comparing version 0.2.0-rc.0 to 0.2.0-rc.1

cli/cli.d.ts

9

package.json
{
"name": "@neoskop/dockerfile.js",
"version": "0.2.0-rc.0",
"version": "0.2.0-rc.1",
"description": "Write configurable, scriptable, reusable dockerfiles in Typescript or plain Javascript.",

@@ -18,3 +18,3 @@ "keywords": [

},
"main": "dist/index.js",
"main": "./index.js",
"author": "Mark Wecke <wecke@neoskop.de>",

@@ -26,2 +26,3 @@ "license": "MIT",

"build": "rimraf dist && tsc",
"postbuild": "cp README.md dist && cp LICENSE.md dist && cp package.json dist",
"fb": "flow-bump",

@@ -32,4 +33,4 @@ "test": "jest",

"test:debug": "node --inspect-brk -r ts-node/register node_modules/.bin/jest --runInBand",
"publish-next": "npm run build && npm publish --tag next",
"publish-latest-only": "npm run build && npm publish",
"publish-next": "npm run build && npm publish dist --tag next",
"publish-latest-only": "npm run build && npm publish dist",
"publish-latest": "npm run publish-latest-only && npm dist-tag add `jq '.name' package.json -r`@`jq '.version' package.json -r` next"

@@ -36,0 +37,0 @@ },

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