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.2 to 1.2.3

bin/build.js

8

package.json
{
"name": "angular",
"version": "1.2.2",
"version": "1.2.3",
"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.",

@@ -8,3 +8,4 @@ "main": "index.js",

"scripts": {
"test": "tape test/index.js"
"test": "tape test/index.js",
"build": "node bin/build.js"
},

@@ -31,4 +32,5 @@ "repository": {

"devDependencies": {
"tape": "~2.1.0"
"tape": "~2.1.0",
"request": "~2.30.0"
}
}

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