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

angular

Package Overview
Dependencies
Maintainers
1
Versions
144
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

angular - npm Package Compare versions

Comparing version 1.2.6 to 1.2.7

7

bin/build.js

@@ -32,4 +32,7 @@ var request = require('request'),

} else {
exec('git commit -am "Angular v' + version + ' with Browserify support"');
exec('git tag v' + version);
exec('git commit -am "Angular v' + version + ' with Browserify support"', function (err) {
if (error === null) {
exec('git tag v' + version);
}
});
}

@@ -36,0 +39,0 @@ });

{
"name": "angular",
"version": "1.2.6",
"version": "1.2.7",
"description": "AngularJS provided as a CommonJS module. Compiled with jsdom when running in Node. Useful for client-side apps built with Browserify and for testing AngularJS code in Node without depending on a browser.",

@@ -5,0 +5,0 @@ "main": "index.js",

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

Sorry, the diff of this file is not supported yet

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