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

mireco

Package Overview
Dependencies
Maintainers
1
Versions
60
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mireco - npm Package Compare versions

Comparing version 0.0.16 to 0.0.17

4

package.json
{
"name": "mireco",
"version": "0.0.16",
"version": "0.0.17",
"description": "MIcro REact COmponents - extensible library for interfaces with no heavy deps",

@@ -11,3 +11,3 @@ "main": "dist/mireco.js",

"scripts": {
"publish-demo": "git branch -D gh-pages; git push origin --delete gh-pages; git checkout -b gh-pages; cd demo; yarn; yarn build; cd ..; git add .; git add -f demo/dist; git add -f demo/node_modules/uptick-demo-site/dist; git commit -m \"Demo site build\"; git push origin gh-pages; git checkout master; git push origin `git subtree split --prefix demo gh-pages`:gh-pages --force;",
"publish-demo": "git branch -D gh-pages; git push origin --delete gh-pages && git checkout -b gh-pages && cd demo && yarn && yarn build && cd .. && git add . && git add -f demo/dist && git add -f demo/node_modules/uptick-demo-site/dist && git commit -m \"Demo site build\" && git push origin gh-pages && git checkout master && git push origin `git subtree split --prefix demo gh-pages`:gh-pages --force",
"build-js": "./node_modules/.bin/webpack --config webpack.build.js",

@@ -14,0 +14,0 @@ "watch-js": "./node_modules/.bin/webpack --config webpack.dev.js --watch",

Sorry, the diff of this file is too big to display

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