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

asva-helpers

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

asva-helpers - npm Package Compare versions

Comparing version 0.1.4 to 0.1.5

8

package.json
{
"name": "asva-helpers",
"version": "0.1.4",
"version": "0.1.5",
"description": "Simple helper classes",
"main": "dist/src/index.js",
"module": "dist/src/index.esm.js",
"types": "dist/src/index.d.ts",

@@ -29,2 +30,5 @@ "private": false,

"homepage": "https://github.com/asvae/utility-classes#readme",
"dependencies": {
"tslib": "^1.9.3"
},
"devDependencies": {

@@ -36,3 +40,2 @@ "@types/jasmine": "^2.8.6",

"babel-plugin-transform-async-to-generator": "^6.24.1",
"rollup-plugin-typescript": "^0.8.1",
"babel-preset-env": "^1.6.1",

@@ -50,2 +53,3 @@ "clean-webpack-plugin": "^0.1.16",

"requirejs": "^2.3.5",
"rollup-plugin-typescript": "^0.8.1",
"ts-loader": "^4.2.0",

@@ -52,0 +56,0 @@ "typedoc": "^0.11.1",

@@ -32,3 +32,3 @@ {

// "noEmit": true, /* Do not emit outputs. */
// "importHelpers": true, /* Import emit helpers from 'tslib'. */
"importHelpers": true, /* Import emit helpers from 'tslib'. */
// "downlevelIteration": true, /* Provide full support for iterables in 'for-of', spread, and destructuring when targeting 'ES5' or 'ES3'. */

@@ -79,2 +79,2 @@ // "isolatedModules": true, /* Transpile each file as a separate module (similar to 'ts.transpileModule'). */

}
}
}
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