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

dyna-ts-react-module-boilerplate

Package Overview
Dependencies
Maintainers
1
Versions
99
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dyna-ts-react-module-boilerplate - npm Package Compare versions

Comparing version 16.7.24 to 16.7.25

8

package.json
{
"name": "dyna-ts-react-module-boilerplate",
"version": "16.7.24",
"version": "16.7.25",
"description": "About",

@@ -15,3 +15,3 @@ "repository": {

"create": "echo Creation started... && rm -rf .git && rm -rf yarn.lock; mv README.md README.boilerplate.md && echo \\# readme > README.md && yarn install && node _boilerplateCreateModule.js && echo --- module created",
"install-deps": "yarn install && yarn sync-file-deps",
"install-deps": "yarn install && yarn sync-file-deps && yarn install",
"install-check-deps": "yarn install --check-files && yarn sync-file-deps",

@@ -24,3 +24,3 @@ "start": "webpack-dev-server --config webpack.dev.config.js --devtool eval --progress --inline --hot --content-base dev/public --open --host localhost --port 3200 ",

"build-watch": "webpack --watch --config webpack.dist.config.js",
".build-index.d.ts": "tsc && rm ./dist/index.js && yarn run .build-index.d.ts-clear",
".build-index.d.ts": "tsc && touch ./dist/index.js && rm ./dist/index.js && yarn run .build-index.d.ts-clear",
".build-index.d.ts-clear": "cd dist/ && find . -name \\*.js -delete && cd ..",

@@ -147,4 +147,4 @@ ".build-dist": "set NODE_ENV=production && webpack --config webpack.dist.config.js",

"dyna": {
"changeId": "1f08fd13-1f8g80b2-3705388510284760"
"changeId": "1ece36gh-1d877214-4922252923284760"
}
}
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