Socket
Socket
Sign inDemoInstall

introjs

Package Overview
Dependencies
13
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.0 to 0.1.1

17

package.json
{
"name": "introjs",
"version": "0.1.0",
"version": "0.1.1",
"description": "IntroJS is a JavaScript implementation of the simplified programming language Intro.",
"keywords": [
"compiler",
"javascript",
"language"
],
"author": "introshu",
"license": "MIT",
"homepage": "https://github.com/introshu/introjs",
"repository": {
"type": "git",
"url": "https://github.com/introshu/introjs.git"
},
"main": "./lib/index.js",

@@ -9,2 +21,3 @@ "bin": {

},
"preferGlobal": true,
"scripts": {

@@ -14,4 +27,2 @@ "pegjs": "pegjs ./lib/parser.pegjs",

},
"author": "",
"license": "MIT",
"devDependencies": {

@@ -18,0 +29,0 @@ "mocha": "^2.4.5",

4

README.md

@@ -90,3 +90,5 @@ # IntroJS

TBD
```
npm install -g introjs
```

@@ -93,0 +95,0 @@ ## Usage

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

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc