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

evanup

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

evanup - npm Package Compare versions

Comparing version 0.1.1 to 0.1.2

lib/editor/add-value.d.ts

10

package.json
{
"name": "evanup",
"version": "0.1.1",
"version": "0.1.2",
"description": "a vaguely lispy language in the context of javascript",

@@ -24,7 +24,9 @@ "repository": {

"build-ide": "NODE_ENV=production browserify -p tsify -r ud/noop:ud src/ide/main.tsx | uglifyjs -c > public/bundle.js",
"watch-ide": "watchify src/ide/main.tsx -p browserify-hmr -p tsify -o public/bundle.js -dv",
"watch-ide-hmr": "watchify src/ide/main.tsx -p browserify-hmr -p [ tsify --sourceMap ] -o public/bundle.js -dv",
"ide-hmr": "npm run clean && ecstatic -p 8070 public & npm run watch-ide-hmr",
"watch-ide": "watchify src/ide/main.tsx -p [ tsify --sourceMap ] -r ud/noop:ud -o public/bundle.js -dv",
"ide": "npm run clean && ecstatic -p 8070 public & npm run watch-ide",
"build-r2": "NODE_ENV=production browserify -p tsify -r chloride/browser:chloride src/r2/main.tsx | bundle-collapser | uglifyjs -cm > public/bundle.js",
"watch-r2": "watchify src/r2/main.tsx -p tsify -r chloride/browser:chloride -o public/bundle.js -dv",
"r2": "npm run clean && npm run start-r2 public & npm run watch-r2",
"watch-r2": "watchify src/r2/main.tsx -p [ tsify --sourceMap ] -r chloride/browser:chloride -o public/bundle.js -dv",
"r2": "npm run clean && npm run start & npm run watch-r2",
"start": "ecstatic -p 8070 public"

@@ -31,0 +33,0 @@ },

public/bundle.js

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