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

pegjs-otf

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pegjs-otf - npm Package Compare versions

Comparing version 1.2.5 to 1.2.6

2

Gruntfile.js
/*
** pegjs-otf -- On-The-Fly Compilation for PEG.js
** Copyright (c) 2014-2017 Ralf S. Engelschall <rse@engelschall.com>
** Copyright (c) 2014-2018 Ralf S. Engelschall <rse@engelschall.com>
**

@@ -5,0 +5,0 @@ ** Permission is hereby granted, free of charge, to any person obtaining

/*
** pegjs-otf -- On-The-Fly Compilation for PEG.js
** Copyright (c) 2014-2017 Ralf S. Engelschall <rse@engelschall.com>
** Copyright (c) 2014-2018 Ralf S. Engelschall <rse@engelschall.com>
**

@@ -5,0 +5,0 @@ ** Permission is hereby granted, free of charge, to any person obtaining

{
"name": "pegjs-otf",
"version": "1.2.5",
"version": "1.2.6",
"description": "On-The-Fly Compilation for PEG.js",

@@ -22,14 +22,14 @@ "keywords": [ "pegjs", "browserify", "transform" ],

"devDependencies": {
"grunt": "~1.0.1",
"grunt-cli": "~1.2.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-contrib-clean": "~1.1.0",
"grunt-eslint": "~20.1.0"
"grunt": "1.0.2",
"grunt-cli": "1.2.0",
"grunt-contrib-jshint": "1.1.0",
"grunt-contrib-clean": "1.1.0",
"grunt-eslint": "20.1.0"
},
"dependencies": {
"pegjs": "~0.10.0",
"lodash": "~4.17.4",
"static-module": "~2.0.0",
"through": "~2.3.8"
"pegjs": "0.10.0",
"lodash": "4.17.5",
"static-module": "2.2.2",
"through": "2.3.8"
}
}

@@ -134,3 +134,3 @@

Copyright (c) 2014-2017 Ralf S. Engelschall (http://engelschall.com/)
Copyright (c) 2014-2018 Ralf S. Engelschall (http://engelschall.com/)

@@ -137,0 +137,0 @@ Permission is hereby granted, free of charge, to any person obtaining

/*
** pegjs-otf -- On-The-Fly Compilation for PEG.js
** Copyright (c) 2014-2017 Ralf S. Engelschall <rse@engelschall.com>
** Copyright (c) 2014-2018 Ralf S. Engelschall <rse@engelschall.com>
**

@@ -5,0 +5,0 @@ ** Permission is hereby granted, free of charge, to any person obtaining

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