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

gst-tools

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gst-tools - npm Package Compare versions

Comparing version 1.0.0 to 1.0.1

y+1

4

index.js
/**
* Created by Administrator on 2016/9/2.
*/
var sayHelloWorld = require("./lib/index.js");
sayHelloWorld();
module.exports = require("./lib/index.js");

@@ -6,2 +6,3 @@ /**

import Cookie from "js-cookie";
// var Cookie = require("s-cookie");

@@ -414,2 +415,2 @@ /**

hospitalOption : hospitalOption
};
};
{
"name": "gst-tools",
"version": "1.0.0",
"version": "1.0.1",
"description": "gst tools",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"preversion": "npm test",
"version": "npm run build && git add -A dist",
"postversion": "git push && git push --tags && rm -rf build/temp"
},

@@ -29,2 +31,3 @@ "keywords": [

"devDependencies": {
"babel-core": "^6.14.0",
"babel-polyfill": "^6.13.0",

@@ -31,0 +34,0 @@ "babel-preset-es2015": "^6.14.0"

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