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

@noprotocol/np-form

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@noprotocol/np-form - npm Package Compare versions

Comparing version 1.0.1 to 1.0.2

lib/Development.vue

9

CHANGELOG.md

@@ -24,7 +24,12 @@ # Changelog Template

## [1.0.1.] - 2019-05-07
## [1.0.2] - 2019-05-07
### [ADDED]
- Development.vue for local development
- Vue CLI serve script to run the local development setup
## [1.0.1] - 2019-05-07
### [FIXED]
- Build script builds the right modules.
## [1.0.0.] - 2019-05-07
## [1.0.0] - 2019-05-07
### [ADDED]

@@ -31,0 +36,0 @@ - Build config

{
"name": "@noprotocol/np-form",
"version": "1.0.1",
"version": "1.0.2",
"description": "noprotocol vue form plugin",

@@ -15,2 +15,4 @@ "author": "Jurian Konings, Yaro Schiffelers",

"test": "test",
"dev": "yarn serve",
"serve": "vue serve lib/Development.vue",
"build": "yarn build:umd & yarn build:es & yarn build:unpkg",

@@ -17,0 +19,0 @@ "build:umd": "rollup --config build/rollup.config.js --format umd --file dist/np-form.umd.js",

@@ -75,2 +75,10 @@ # Np-form

Update the version
```bash
npm version 1.[minor].[patch]
```
Then publish:
```bash

@@ -77,0 +85,0 @@ npm publish --access public

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