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

gd-sprest

Package Overview
Dependencies
Maintainers
1
Versions
841
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gd-sprest - npm Package Compare versions

Comparing version 0.2.2 to 0.2.3

dist/sprest.js

6

gulpfile.js

@@ -14,6 +14,6 @@ var gulp = require("gulp");

.pipe(concat("sprest.js"))
.pipe(gulp.dest("lib"))
.pipe(gulp.dest("dist"))
.pipe(rename("sprest.min.js"))
.pipe(uglify())
.pipe(gulp.dest("lib"));
.pipe(gulp.dest("dist"));
});

@@ -27,3 +27,3 @@

// Copy the files to the test directory
return gulp.src(["lib/*.js"])
return gulp.src(["dist/*.js"])
.pipe(gulp.dest("test"));

@@ -30,0 +30,0 @@ });

{
"author": "Gunjan Datta <me@dattabase.com> (https://github.com/gunjandatta/sprest)",
"name": "gd-sprest",
"version": "0.2.2",
"description": "An easy way to develop against the SharePoint REST API.",
"license": "<LICENSE>",
"keywords": [
"sharepoint"
],
"devDependencies": {
"gulp": "*",
"gulp-concat": "*",
"gulp-rename": "*",
"gulp-uglify": "*"
},
"scripts": {
"build": "tsc && gulp"
}
"author": "Gunjan Datta <me@dattabase.com> (https://github.com/gunjandatta/sprest)",
"name": "gd-sprest",
"version": "0.2.3",
"description": "An easy way to develop against the SharePoint REST API.",
"license": "<LICENSE>",
"keywords": [
"sharepoint"
],
"repository": {
"type": "git",
"url": "https://github.com/gunjandatta/sprest.git"
},
"devDependencies": {
"gulp": "*",
"gulp-concat": "*",
"gulp-rename": "*",
"gulp-uglify": "*"
},
"scripts": {
"build": "tsc && gulp"
}
}
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