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

2gl

Package Overview
Dependencies
Maintainers
1
Versions
51
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

2gl - npm Package Compare versions

Comparing version 0.0.22 to 0.0.23

.npmignore

12

package.json
{
"name": "2gl",
"version": "0.0.22",
"version": "0.0.23",
"description": "WebGL library for 2GIS projects",

@@ -10,3 +10,3 @@ "repository": {

"main": "index.js",
"license" : "SEE LICENSE IN FILE",
"license": "SEE LICENSE IN FILE",
"dependencies": {

@@ -16,7 +16,7 @@ "gl-matrix": "^2.3.1"

"devDependencies": {
"babel-cli": "^6.3.15",
"babel-cli": "^6.5.1",
"babel-eslint": "^5.0.0",
"babel-plugin-add-module-exports": "^0.1.2",
"babel-preset-es2015": "^6.3.13",
"babel-register": "^6.3.13",
"babel-register": "^6.5.2",
"babelify": "^7.2.0",

@@ -53,6 +53,6 @@ "browserify": "^13.0.0",

"doc": "./node_modules/.bin/jsdoc src -r -R README.md -t node_modules/minami -c jsdoc.json -d docs",
"test": "./node_modules/babel-cli/bin/babel-node.js ./node_modules/.bin/isparta cover ./node_modules/.bin/_mocha -- test/*.spec.js test/**/*.spec.js",
"test:dev": "./node_modules/.bin/_mocha --compilers js:babel-register -w test/*.spec.js test/**/*.spec.js",
"test": "npm run build:shaders && ./node_modules/babel-cli/bin/babel-node.js ./node_modules/.bin/isparta cover ./node_modules/.bin/_mocha -- test/*.spec.js test/**/*.spec.js",
"test:dev": "npm run build:shaders && ./node_modules/.bin/_mocha --compilers js:babel-register -w test/*.spec.js test/**/*.spec.js",
"pub": "npm run build && npm run build:es5 && npm publish && git clean -d -f"
}
}

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

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