New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

mb-ace-typescript

Package Overview
Dependencies
Maintainers
1
Versions
326
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

mb-ace-typescript - npm Package Compare versions

Comparing version 2.0.1 to 2.0.2

2

dist/demo/main.js

@@ -30,3 +30,3 @@ var app = require('app'); // Module to control application life.

// and load the index.html of the app.
mainWindow.loadUrl('file://' + __dirname + '/ace.html');
mainWindow.loadURL('file://' + __dirname + '/ace.html');

@@ -33,0 +33,0 @@ // Open the devtools.

{
"name": "mb-ace-typescript",
"version": "2.0.1",
"version": "2.0.2",
"description": "TypeScript and mongodb for ace",

@@ -16,6 +16,6 @@ "main": "./dist/aceTypescript.js",

"source-map": "^0.5.3",
"typescript": "1.7.5"
"typescript": "~1.8.0"
},
"scripts": {
"start": "tsc && browserify ./bin/aceTypescript.js --bare --standalone aceTypescript -o ./dist/aceTypescript.js && electron ./dist/demo/main.js",
"start": "cp node_modules/typescript/lib/lib.d.ts ./dist/ && tsc && browserify ./bin/aceTypescript.js --bare --standalone aceTypescript -o ./dist/aceTypescript.js && electron ./dist/demo/main.js",
"prepublish": "rm ./dist/aceTypescript.js && tsc && browserify ./bin/aceTypescript.js --bare --standalone aceTypescript -o ./dist/aceTypescript.js && rm ./bin/*.js && rm ./*.ts",

@@ -22,0 +22,0 @@ "postpublish": "git reset --hard"

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

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