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

elm-spa

Package Overview
Dependencies
Maintainers
1
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

elm-spa - npm Package Compare versions

Comparing version 4.0.0 to 4.0.1

6

index.js

@@ -122,3 +122,7 @@ #!/usr/bin/env node

? Promise.resolve()
.then(_ => cp(path.join(__dirname, 'projects', 'new'), path.join(process.cwd(), folder)))
.then(_ => {
const dest = path.join(process.cwd(), folder)
cp(path.join(__dirname, 'projects', 'new'), dest)
try { fs.renameSync(path.join(dest, '.npmignore'), path.join(dest, '.gitignore')) } catch (_) {}
})
.then(_ => `\ncreated a new project in ${path.join(process.cwd(), folder)}\n`)

@@ -125,0 +129,0 @@ .catch(_ => `\nUnable to initialize a project at ${path.join(process.cwd(), folder)}\n`)

3

package.json
{
"name": "elm-spa",
"version": "4.0.0",
"version": "4.0.1",
"description": "single page apps made easy",

@@ -12,3 +12,2 @@ "main": "index.js",

"build": "elm make src/Main.elm --optimize --output dist/elm.worker.js",
"publish": "npm run build && npm publish",
"test": "elm-test",

@@ -15,0 +14,0 @@ "test:watch": "elm-test --watch",

Sorry, the diff of this file is not supported yet

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