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

traceur

Package Overview
Dependencies
Maintainers
2
Versions
110
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

traceur - npm Package Compare versions

Comparing version 0.0.97 to 0.0.98

4

package.json
{
"name": "traceur",
"version": "0.0.97",
"version": "0.0.98",
"description": "ES6 to ES5 compiler",

@@ -42,3 +42,3 @@ "keywords": [

"/** Update Version Number **/": "After publishing version N, update the version number and commit the result",
"store-semver": "node build/printSemver.js > build/npm-version-number",
"store-semver": "node build/versionInfo.js.js -v > build/npm-version-number",
"update-semver": "npm run store-semver && git diff --quiet -- package.json && node build/incrementSemver.js",

@@ -45,0 +45,0 @@ "precommit-published": "npm run update-semver && npm run rebuild",

@@ -1,1 +0,1 @@

export let version = '0.0.97'; // generated source, do not edit
export let version = '0.0.98'; // generated source, do not edit

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

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