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

@domonda/form

Package Overview
Dependencies
Maintainers
1
Versions
29
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@domonda/form - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

createForm.d.ts

12

CHANGELOG.md

@@ -6,2 +6,14 @@ # Change Log

## [1.0.1](https://github.com/domonda/domonda-js/compare/@domonda/form@1.0.0...@domonda/form@1.0.1) (2019-07-04)
### Bug Fixes
* copy npm necessary files and flatten lib ([0f63f20](https://github.com/domonda/domonda-js/commit/0f63f20))
* publish with public access ([d61715c](https://github.com/domonda/domonda-js/commit/d61715c))
# 1.0.0 (2019-07-04)

@@ -8,0 +20,0 @@

23

package.json
{
"name": "@domonda/form",
"version": "1.0.0",
"version": "1.0.1",
"description": "Powerful yet simple form library built on top of RxJS.",

@@ -12,11 +12,4 @@ "keywords": [

"license": "ISC",
"main": "lib/index.js",
"typings": "lib/index.d.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"main": "./index.js",
"typings": "./index.d.ts",
"repository": {

@@ -29,7 +22,2 @@ "type": "git",

},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1",
"build": "tsc",
"start": "npm run build -- --watch --preserveWatchOutput"
},
"bugs": {

@@ -44,6 +32,3 @@ "url": "https://github.com/domonda/domonda-js/issues"

"rxjs": "^6.5.2"
},
"devDependencies": {
"@types/lodash": "^4.14.135"
}
}
}
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