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

remount

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

remount - npm Package Compare versions

Comparing version 0.3.0 to 0.3.1

dist/index.html

18

CHANGELOG.md

@@ -1,4 +0,11 @@

## [v0.3.0]
> Aug 18, 2018
## Pre-v1.0.0 changes
[v0.3.1] Aug 18, 2018
- Fix build files.
[v0.3.1]: https://github.com/rstacruz/remount/compare/v0.3.0...v0.3.1
[v0.3.0] Aug 18, 2018
- Use the ES5 build by default.

@@ -9,4 +16,3 @@ - Rename the `legacy` build to `es5`.

## [v0.2.0]
> Aug 18, 2018
[v0.2.0] Aug 18, 2018

@@ -17,8 +23,6 @@ - Update documentation.

## [v0.1.0]
[v0.1.0] Aug 17, 2018
> Aug 17, 2018
- Initial release.
[v0.1.0]: https://github.com/rstacruz/remount/tree/v0.1.0
{
"name": "remount",
"description": "Mount React components to the DOM using custom elements",
"version": "0.3.0",
"version": "0.3.1",
"author": "Rico Sta. Cruz <rstacruz@users.noreply.github.com>",

@@ -16,2 +16,3 @@ "bugs": {

"jest": "^23.5.0",
"npm-run-all": "^4.1.3",
"prettier-eslint-cli": "^4.7.1",

@@ -24,2 +25,4 @@ "puppeteer": "^1.7.0",

"rollup-plugin-babel-minify": "^5.0.0",
"rollup-plugin-copy": "^0.2.3",
"rollup-plugin-server": "^0.7.0",
"standard": "^11.0.1"

@@ -54,4 +57,6 @@ },

"build": "rollup --config",
"test": "jest",
"watch": "rollup --config --watch"
"prepare": "run-s build",
"test": "run-p -l --race watch jest",
"jest": "jest",
"watch": "env NODE_ENV=test-rollup rollup --config --watch"
},

@@ -61,5 +66,6 @@ "jest": {

"/node_modules/",
"/browser_test/"
"/browser_test/",
"/dist/"
]
}
}
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