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

@ima/devtools-scripts

Package Overview
Dependencies
Maintainers
10
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ima/devtools-scripts - npm Package Compare versions

Comparing version 17.5.0 to 17.6.0

11

CHANGELOG.md

@@ -6,2 +6,13 @@ # Change Log

# [17.6.0](https://github.com/seznam/ima/compare/v17.5.3...v17.6.0) (2020-05-12)
### Features
* 🎸 Add Node 14 support ([75b9d8f](https://github.com/seznam/ima/commit/75b9d8f4adcc9b11fea5ebc3861ee6cea422e182))
# [17.5.0](https://github.com/seznam/ima/compare/v17.4.0...v17.5.0) (2020-03-02)

@@ -8,0 +19,0 @@

2

es/main.js

@@ -605,3 +605,3 @@ const AOP_PATTERN = Symbol('AopPattern');

return `${new Date().getTime().toString(36)}-${b}`;
return new Date().getTime().toString(36) + '-' + b;
}

@@ -608,0 +608,0 @@

@@ -610,3 +610,3 @@ // DO NOT MODIFY FILE, FILE IS AUTO GENERATED FROM OTHER REPOSITORIES

return "".concat(new Date().getTime().toString(36), "-").concat(b);
return new Date().getTime().toString(36) + '-' + b;
}

@@ -613,0 +613,0 @@

@@ -607,3 +607,3 @@ 'use strict';

return `${new Date().getTime().toString(36)}-${b}`;
return new Date().getTime().toString(36) + '-' + b;
}

@@ -610,0 +610,0 @@

{
"name": "@ima/devtools-scripts",
"version": "17.5.0",
"version": "17.6.0",
"description": "IMA.js devtool script used in the @ima/devtools.",

@@ -55,3 +55,3 @@ "main": "es/main.string.js",

},
"gitHead": "4d511e154092d3561410054a33b6a0f50633d1ed"
"gitHead": "99f012232be9777059fa222d45a75d001c3ca075"
}
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