Socket
Socket
Sign inDemoInstall

link

Package Overview
Dependencies
0
Maintainers
1
Versions
17
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.1.1 to 0.1.2

2

package.json
{
"name" : "link",
"version" : "0.1.1",
"version" : "0.1.2",
"description" : "Module runtime and converter for Labeled Modules, CommonJS and AMD.",

@@ -5,0 +5,0 @@ "homepage" : "http://github.com/calyptus/link.js",

@@ -1,2 +0,2 @@

version: 0.11;
version: 0.12;

@@ -1094,2 +1094,4 @@ (function(){

declarationToken.end = lookahead().start;
if (match('{'))
scanBlock();
} else {

@@ -1096,0 +1098,0 @@ scanIdentifierExpression(token);

#!/usr/bin/env node
version: 0.11;
version: 0.12;

@@ -4,0 +4,0 @@ // TODO: Enable clean debugging by keeping runtime boilerplate within the 62 characters Node does.

@@ -1,2 +0,2 @@

version: 0.11;
version: 0.12;

@@ -3,0 +3,0 @@ (function(debuggableRun, simpleRun){

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

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

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc